We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d955985 commit 4f1daafCopy full SHA for 4f1daaf
addons/ai/fnc_taskPatrol.sqf
@@ -43,6 +43,7 @@ _group = [_group] call CBA_fnc_getGroup;
43
if !(local _group) exitWith {}; // Don't create waypoints on each machine
44
45
_position = [_position,_group] select (_position isEqualTo []);
46
+_position = _position call CBA_fnc_getPos;
47
48
_this =+ _this;
49
if (count _this > 3) then {
0 commit comments