Skip to content

Commit

Permalink
Fix params type for the position argument in taskPatrol (#320)
Browse files Browse the repository at this point in the history
* Fix params type for the position argument

* Might as well fix the missing space while at it xD
  • Loading branch information
Keithenneu authored Jun 8, 2022
1 parent bb14bfa commit 1f0db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/wp/functions/fnc_taskPatrol.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (canSuspend) exitWith { [FUNC(taskPatrol), _this] call CBA_fnc_directCall; };
// init
params [
["_group", grpNull, [grpNull, objNull]],
["_pos",[], [[]]],
["_pos", []],
["_radius", TASK_PATROL_SIZE, [0]],
["_waypointCount", TASK_PATROL_WAYPOINTCOUNT, [0]],
["_area", [], [[]]],
Expand Down

0 comments on commit 1f0db3d

Please sign in to comment.