Skip to content

Commit d955985

Browse files
committed
Merge pull request #173 from SilentSpike/locality
Restore equivalent position handling in taskDefend
2 parents df1b28c + c6674a5 commit d955985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/ai/fnc_taskDefend.sqf

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

3434
_position = [_position,_group] select (_position isEqualTo []);
35+
_position = _position call CBA_fnc_getPos;
3536

3637
_group enableattack false;
3738

0 commit comments

Comments
 (0)