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.
2 parents df1b28c + c6674a5 commit d955985Copy full SHA for d955985
addons/ai/fnc_taskDefend.sqf
@@ -32,6 +32,7 @@ _group = [_group] call CBA_fnc_getGroup;
32
if !(local _group) exitWith {}; // Don't create waypoints on each machine
33
34
_position = [_position,_group] select (_position isEqualTo []);
35
+_position = _position call CBA_fnc_getPos;
36
37
_group enableattack false;
38
0 commit comments