From 4f1daaf5a960e55883de66c464a41c9e0a8545df Mon Sep 17 00:00:00 2001 From: Killswitch Date: Sat, 10 Oct 2015 17:57:09 +0200 Subject: [PATCH] Position fix like the one in taskDefend.sqf --- addons/ai/fnc_taskPatrol.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/ai/fnc_taskPatrol.sqf b/addons/ai/fnc_taskPatrol.sqf index e9c0f522f..82859df09 100644 --- a/addons/ai/fnc_taskPatrol.sqf +++ b/addons/ai/fnc_taskPatrol.sqf @@ -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 {