Skip to content

Commit

Permalink
Cookoff - Fix engine fire not starting (acemod#10074)
Browse files Browse the repository at this point in the history
Fix engine fire not starting
  • Loading branch information
johnb432 authored and blake8090 committed Aug 18, 2024
1 parent 8770f45 commit f521048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cookoff/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f521048

Please sign in to comment.