Skip to content

Commit

Permalink
fix zeus remoteExec
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkoJT committed Apr 1, 2021
1 parent 0b08816 commit f86cf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws_fnc/AI/fn_createGarrison.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ _grp enableAttack false;
// Add the spawned units as editable units to any extant Zeus if that param is enabled
if (_addToZeus) then {
{
[_x,[(units _grp),true] remoteExec ["addCuratorEditableObjects",2];
[_x,[(units _grp),true]] remoteExec ["addCuratorEditableObjects",2];
} foreach allCurators;
};

Expand Down

0 comments on commit f86cf1f

Please sign in to comment.