Update XEH_postInit.sqf

This commit is contained in:
johnb432 2024-02-06 10:36:18 +01:00
parent d277fa9f67
commit 2646cc12ce

View File

@ -65,7 +65,7 @@ if (isServer) then {
objNull, objNull,
objNull, objNull,
random [MIN_AMMO_DETONATION_START_DELAY, (MIN_AMMO_DETONATION_START_DELAY + MAX_AMMO_DETONATION_START_DELAY) / 2, MAX_AMMO_DETONATION_START_DELAY] 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; }, true, ["CAManBase", "StaticWeapon"], true] call CBA_fnc_addClassEventHandler;