Skip to content

Commit

Permalink
update CLib and updatePlanningCursorPosition for new hemtt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Oct 8, 2024
1 parent cf0568e commit 191c26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Returns:
None
*/
params ["_time", "_position"];
params ["_serverTime", "_position"];
private _targets = false;
if (GVAR(lastPlanningModeUpdate) <= time) then {
GVAR(lastPlanningModeUpdate) = time + PLANNINGMODEUPDATETIME;
Expand Down

0 comments on commit 191c26d

Please sign in to comment.