mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Update XEH_postInit.sqf
This commit is contained in:
parent
d277fa9f67
commit
2646cc12ce
@ -65,7 +65,7 @@ if (isServer) then {
|
||||
objNull,
|
||||
objNull,
|
||||
random [MIN_AMMO_DETONATION_START_DELAY, (MIN_AMMO_DETONATION_START_DELAY + MAX_AMMO_DETONATION_START_DELAY) / 2, MAX_AMMO_DETONATION_START_DELAY]
|
||||
] call CBA_fnc_serverEvent;
|
||||
]] call CBA_fnc_serverEvent;
|
||||
};
|
||||
}, true, ["CAManBase", "StaticWeapon"], true] call CBA_fnc_addClassEventHandler;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user