diff --git a/addons/ai/fnc_taskAttack.sqf b/addons/ai/fnc_taskAttack.sqf index c966eba0d..14724bb94 100644 --- a/addons/ai/fnc_taskAttack.sqf +++ b/addons/ai/fnc_taskAttack.sqf @@ -34,6 +34,9 @@ if !(local _group) exitWith {}; // Don't create waypoints on each machine // Allow TaskAttack to override other set waypoints if (_override) then { [_group] call CBA_fnc_clearWaypoints; + { + _x enableAI "PATH"; + } forEach units _group; }; [_group, _position, _radius, "SAD", "COMBAT", "RED"] call CBA_fnc_addWaypoint;