Skip to content

Commit

Permalink
Update fnc_startFallbackLoop.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Oct 18, 2019
1 parent b2829e1 commit 79fe85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/xeh/fnc_startFallbackLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ GVAR(fallbackRunning) = true;
{
// don't run init and initPost event handlers on objects that already exist
SETINITIALIZED(_x);
} forEach (entities [[], [], true, true]);
} count (entities [[], [], true, true]); // count is safe here because SETINITIALIZED is a setVariable, which returns nil

GVAR(entities) = [];

Expand Down

0 comments on commit 79fe85b

Please sign in to comment.