Skip to content

Commit

Permalink
Merge branch 'zrn-pfh-delay' into zrn-pfh-delay-get
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordZorn committed Sep 9, 2024
2 parents 8c80b94 + 163056a commit 0d0b5c2
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 @@ -41,4 +41,4 @@ params [["_handle", -1, [0]], ["_newDelay", 0, [0]]];

true

}, [_handle, _newDelay, _updateExecutionTime]] call CBA_fnc_directCall;
}, [_handle, _newDelay]] call CBA_fnc_directCall;

0 comments on commit 0d0b5c2

Please sign in to comment.