Skip to content

Commit

Permalink
Update OOP_Light.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparker95 committed Dec 20, 2019
1 parent 7013dc6 commit 25bf522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project_0.Altis/OOP_Light/OOP_Light.h
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
private _nfound = true; \
for "_i" from 0 to (_c-1) do { \
private _num = _this select _i; \
if (_num < 4) exitWith { \
if (_num < 999999) exitWith { \
_this set [_i, _num + 1]; \
_nfound = false; \
}; \
Expand Down

0 comments on commit 25bf522

Please sign in to comment.