Skip to content

Commit

Permalink
don't run
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuel committed Jan 14, 2016
1 parent c3552ac commit 340ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FP_Template.VR/xtra/ai/fn_patrol.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
params [["_grp", grpNull], ["_posRad", "", ["", objNull, 0]]];

if (_posRad isEqualType 0) exitWith {
[_grp, _grp, _posRad, 8, "MOVE", "AWARE", "YELLOW", "FULL", "STAG COLUMN", "this spawn CBA_fnc_searchNearby", [3,6,9]] call CBA_fnc_taskPatrol;
[_grp, _grp, _posRad, 8, "MOVE", "AWARE", "YELLOW", "NORMAL", "STAG COLUMN", "this spawn CBA_fnc_searchNearby", [3,6,9]] call CBA_fnc_taskPatrol;
};

_posRad = [_posRad] call CBA_fnc_getPos;
Expand Down

0 comments on commit 340ef1a

Please sign in to comment.