From 25bf522b70f3a41df2be1007f394344463ccccd9 Mon Sep 17 00:00:00 2001 From: Saveliy Tronza Date: Sat, 21 Dec 2019 01:01:58 +0300 Subject: [PATCH] Update OOP_Light.h --- Project_0.Altis/OOP_Light/OOP_Light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ }; \