Skip to content

Commit 4f1daaf

Browse files
committed
Position fix like the one in taskDefend.sqf
1 parent d955985 commit 4f1daaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/ai/fnc_taskPatrol.sqf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ _group = [_group] call CBA_fnc_getGroup;
4343
if !(local _group) exitWith {}; // Don't create waypoints on each machine
4444

4545
_position = [_position,_group] select (_position isEqualTo []);
46+
_position = _position call CBA_fnc_getPos;
4647

4748
_this =+ _this;
4849
if (count _this > 3) then {

0 commit comments

Comments
 (0)