We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3ce56 commit 463fd1fCopy full SHA for 463fd1f
1 file changed
EXILED/Exiled.API/Features/Lift.cs
@@ -137,6 +137,7 @@ public ElevatorSequence Status
137
ElevatorGroup.Scp049 => ElevatorType.Scp049,
138
ElevatorGroup.GateA => ElevatorType.GateA,
139
ElevatorGroup.GateB => ElevatorType.GateB,
140
+ ElevatorGroup.ServerRoom => ElevatorType.ServerRoom,
141
ElevatorGroup.LczA01 or ElevatorGroup.LczA02 => ElevatorType.LczA,
142
ElevatorGroup.LczB01 or ElevatorGroup.LczB02 => ElevatorType.LczB,
143
ElevatorGroup.Nuke01 or ElevatorGroup.Nuke02 => ElevatorType.Nuke,
0 commit comments