1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
* Add "SetFreeBS" trigger input to signal controller

* Fix controller logic
This commit is contained in:
Αλέξανδρος
2021-08-06 13:33:25 +03:00
committed by GitHub
parent 5c5b68508a
commit 4c927670bd
2 changed files with 4 additions and 2 deletions

View File

@@ -644,12 +644,12 @@ function ENT:Think()
end
else
local number = self.RouteNumberReplace or ""
self.PrevTime = self.PrevTime or 0
--[[self.PrevTime = self.PrevTime or 0
if (CurTime() - self.PrevTime) > 1.0 then
self.PrevTime = CurTime()+math.random(0.5,1.5)
self:ARSLogic(self.PrevTime - CurTime())
self:CheckOccupation()
end
end]]
--[[
if self.MU or self.ARSOnly or self.RouteNumberSetup and self.RouteNumberSetup ~= "" or self.RouteNumber and self.RouteNumber ~= "" then
if self.NextSignalLink then