From 2068629317ac40643f47ed737cb0fffbc450a857 Mon Sep 17 00:00:00 2001 From: kosmik641 Date: Wed, 12 Oct 2022 12:22:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=A0=D0=98.=20"=D0=9E=D0=BF=D1=82=D0=B8?= =?UTF-8?q?=D0=BC=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/metrostroi/systems/sys_81_71_rri.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/metrostroi/systems/sys_81_71_rri.lua b/lua/metrostroi/systems/sys_81_71_rri.lua index 66bb940..67a199b 100644 --- a/lua/metrostroi/systems/sys_81_71_rri.lua +++ b/lua/metrostroi/systems/sys_81_71_rri.lua @@ -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