mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Fix pass opening doors
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user