diff --git a/Project_0.Altis/OOP_Light/OOP_Light.h b/Project_0.Altis/OOP_Light/OOP_Light.h index 23b4bb024..2fb267db0 100644 --- a/Project_0.Altis/OOP_Light/OOP_Light.h +++ b/Project_0.Altis/OOP_Light/OOP_Light.h @@ -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; \ }; \