Skip to content

Commit

Permalink
Fix zeus creating after 1.86 (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dystopian authored and PabstMirror committed Dec 15, 2018
1 parent 5f005b5 commit 1e4b548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/zeus/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if (isServer) then {
missionNamespace setVariable [format [QGVAR(zeus_%1), _owner], _zeus];
_zeus setVariable ["owner", _owner, true];
_zeus setVariable ["Addons", 3, true];
_zeus setVariable ["BIS_fnc_initModules_disableAutoActivation", false];
_zeus setCuratorCoef ["Place", 0];
_zeus setCuratorCoef ["Delete", 0];
_group deleteGroupWhenEmpty true;
Expand Down

0 comments on commit 1e4b548

Please sign in to comment.