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 5a55e62 commit 23ae2fdCopy full SHA for 23ae2fd
1 file changed
EXILED/Exiled.API/Features/Doors/Door.cs
@@ -600,7 +600,7 @@ private DoorType GetDoorType()
600
{
601
RoomType.EzCheckpointHallwayA => DoorType.CheckpointGateA,
602
RoomType.EzCheckpointHallwayB => DoorType.CheckpointGateB,
603
- RoomType.Hcz049 => Position.y < -805 ? DoorType.Scp049Gate : DoorType.Scp173NewGate,
+ RoomType.Hcz049 => Position.y < -10 ? DoorType.Scp049Gate : DoorType.Scp173NewGate,
604
_ => DoorType.UnknownGate,
605
},
606
"Elevator Door" or "Nuke Elevator Door" or "Elevator Door 02" => (Base as Interactables.Interobjects.ElevatorDoor)?.Group switch
0 commit comments