mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Update sys_igla_cbki1.lua
This commit is contained in:
@@ -420,7 +420,7 @@ else
|
|||||||
self.Error = CurTime()%0.5 > 0.25
|
self.Error = CurTime()%0.5 > 0.25
|
||||||
elseif self.State == 2 then
|
elseif self.State == 2 then
|
||||||
if #self.Log > 100 then table.remove(self.Log,1) end
|
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.State2 > 0 and Standby then self.State2 = 0 end
|
||||||
if self.ShowTimeTimer and self.ShowTimeTimer ~= true and CurTime()-self.ShowTimeTimer > 1.5 then
|
if self.ShowTimeTimer and self.ShowTimeTimer ~= true and CurTime()-self.ShowTimeTimer > 1.5 then
|
||||||
self.ShowTime = not self.ShowTime
|
self.ShowTime = not self.ShowTime
|
||||||
|
|||||||
Reference in New Issue
Block a user