Skip to content

Commit 463fd1f

Browse files
committed
Missing ServerRoom Elevator recognised as Unknown
1 parent 3c3ce56 commit 463fd1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

EXILED/Exiled.API/Features/Lift.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public ElevatorSequence Status
137137
ElevatorGroup.Scp049 => ElevatorType.Scp049,
138138
ElevatorGroup.GateA => ElevatorType.GateA,
139139
ElevatorGroup.GateB => ElevatorType.GateB,
140+
ElevatorGroup.ServerRoom => ElevatorType.ServerRoom,
140141
ElevatorGroup.LczA01 or ElevatorGroup.LczA02 => ElevatorType.LczA,
141142
ElevatorGroup.LczB01 or ElevatorGroup.LczB02 => ElevatorType.LczB,
142143
ElevatorGroup.Nuke01 or ElevatorGroup.Nuke02 => ElevatorType.Nuke,

0 commit comments

Comments
 (0)