1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
"Оптимизация"
This commit is contained in:
kosmik641
2022-10-12 12:22:40 +03:00
parent ad219c3543
commit 2068629317

View File

@@ -301,12 +301,11 @@ function TRAIN_SYSTEM:TriggerInput(name,value)
if self.Path then
self.FirstStation = #rriL
self.LastStation = 1
self.Station = self.FirstStation
else
self.FirstStation = 1
self.LastStation = #rriL
self.Station = 1
end
self.Station = self.FirstStation
else
self.LastStation = 0
end