mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cookoff - Fix engine fire not starting (#10074)
Fix engine fire not starting
This commit is contained in:
parent
2dc0cd4fc4
commit
f3722bf5e8
@ -9,7 +9,7 @@ if (isServer) then {
|
||||
[QGVAR(cookOffBoxServer), LINKFUNC(cookOffBoxServer)] call CBA_fnc_addEventHandler;
|
||||
[QGVAR(cookOffServer), LINKFUNC(cookOffServer)] call CBA_fnc_addEventHandler;
|
||||
[QGVAR(detonateAmmunitionServer), LINKFUNC(detonateAmmunitionServer)] call CBA_fnc_addEventHandler;
|
||||
[QGVAR(engineFireServer), LINKFUNC(engineFire)] call CBA_fnc_addEventHandler;
|
||||
[QGVAR(engineFireServer), LINKFUNC(engineFireServer)] call CBA_fnc_addEventHandler;
|
||||
};
|
||||
|
||||
// Handle cleaning up effects when objects are deleted mid cook-off
|
||||
|
Loading…
Reference in New Issue
Block a user