Skip to content

Commit

Permalink
up the pfh limit (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 committed Oct 29, 2018
1 parent 994c674 commit 1046655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/fnc_addPerFrameHandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (isNil QGVAR(PFHhandles)) then {
GVAR(PFHhandles) = [];
};

if (count GVAR(PFHhandles) >= 999999) exitWith {
if (count GVAR(PFHhandles) >= 9999999) exitWith {
WARNING("Maximum amount of per frame handlers reached!");
diag_log _function;
-1
Expand Down

0 comments on commit 1046655

Please sign in to comment.