From cd43f78a247be2db44033da689091bf4eb00fd1a Mon Sep 17 00:00:00 2001 From: Ilya Krasnow Date: Sun, 10 Apr 2022 01:44:10 +0300 Subject: [PATCH] Update sys_igla_cbki1.lua --- lua/metrostroi/systems/sys_igla_cbki1.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/metrostroi/systems/sys_igla_cbki1.lua b/lua/metrostroi/systems/sys_igla_cbki1.lua index ff49cb4..4c8b48c 100644 --- a/lua/metrostroi/systems/sys_igla_cbki1.lua +++ b/lua/metrostroi/systems/sys_igla_cbki1.lua @@ -420,7 +420,7 @@ else self.Error = CurTime()%0.5 > 0.25 elseif self.State == 2 then if #self.Log > 100 then table.remove(self.Log,1) end - local Standby = CurTime()-self.StandbyTimer > (self.State2>=2 and 60 or 10) + local Standby = CurTime()-self.StandbyTimer > (self.State2==3 and 60 or 10) if self.State2 > 0 and Standby then self.State2 = 0 end if self.ShowTimeTimer and self.ShowTimeTimer ~= true and CurTime()-self.ShowTimeTimer > 1.5 then self.ShowTime = not self.ShowTime