Skip to content

Commit 191c26d

Browse files
committed
update CLib and updatePlanningCursorPosition for new hemtt lint
1 parent cf0568e commit 191c26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/Streamator/Spectator/fn_updatePlanningCursorPosition.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Returns:
1414
None
1515
*/
16-
params ["_time", "_position"];
16+
params ["_serverTime", "_position"];
1717
private _targets = false;
1818
if (GVAR(lastPlanningModeUpdate) <= time) then {
1919
GVAR(lastPlanningModeUpdate) = time + PLANNINGMODEUPDATETIME;

0 commit comments

Comments
 (0)