Skip to content

Commit

Permalink
Merge pull request #173 from SilentSpike/locality
Browse files Browse the repository at this point in the history
Restore equivalent position handling in taskDefend
  • Loading branch information
Killswitch00 committed Oct 10, 2015
2 parents df1b28c + c6674a5 commit d955985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ai/fnc_taskDefend.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ _group = [_group] call CBA_fnc_getGroup;
if !(local _group) exitWith {}; // Don't create waypoints on each machine

_position = [_position,_group] select (_position isEqualTo []);
_position = _position call CBA_fnc_getPos;

_group enableattack false;

Expand Down

0 comments on commit d955985

Please sign in to comment.