Skip to content

Commit

Permalink
Update fnc_modulePatrol.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
nk3nny committed Nov 23, 2024
1 parent 7a6a019 commit a0cb295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/wp/functions/Modules/fnc_modulePatrol.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ switch (_mode) do {
], {
params ["_data", "_args"];
_args params ["_groups", "_logic"];
_data params ["_groupIndex", "_range", "_waypointCount", "_moveWaypoint", "_enableReinforcement"];
_data params ["_groupIndex", "_range", "_waypointCount", "_moveWaypoint", "_enableReinforcement", "_teleport"];
private _group = _groups select _groupIndex;
[QGVAR(taskPatrol), [_group, getPos _logic, _range, _waypointCount, [], _moveWaypoint, _enableReinforcement, _teleport], leader _group] call CBA_fnc_targetEvent;
deleteVehicle _logic;
Expand Down

0 comments on commit a0cb295

Please sign in to comment.