Skip to content

Commit

Permalink
param -> select
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Sep 7, 2024
1 parent d7c0d00 commit 40d67ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_updatePerFrameHandlerDelay.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Author:

params [["_handle", -1, [0]], ["_newDelay", 0, [0]]];

private _idx = GVAR(PFHhandles) param [_handle];
private _idx = GVAR(PFHhandles) select _handle;
if (isNil "_idx") exitWith {false};
(GVAR(perFrameHandlerArray) select _idx) set [1, _newDelay];

Expand Down

0 comments on commit 40d67ed

Please sign in to comment.