Skip to content

Commit

Permalink
Position fix like the one in taskDefend.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Killswitch00 committed Oct 10, 2015
1 parent d955985 commit 4f1daaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ai/fnc_taskPatrol.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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;

_this =+ _this;
if (count _this > 3) then {
Expand Down

0 comments on commit 4f1daaf

Please sign in to comment.