1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Merge pull request #412 from metrostroi-repo/#411

#411
This commit is contained in:
HellReach
2021-12-28 20:02:31 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -102,6 +102,8 @@ function TRAIN_SYSTEM:Initialize(parameters)
self.DriverValveDisconnectPrevious = 0
-- Doors state
self.DoorLeft = false
self.DoorRight = false
if not TURBOSTROI then
self.LeftDoorState = { 0,0,0,0 }
self.RightDoorState = { 0,0,0,0 }