diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index b4495950..4eaf5de2 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -692,7 +692,7 @@ namespace ReallifeGamemode.Server.Commands { Vector3 playerPosition = new Vector3(player.Position.X, player.Position.Y - value, player.Position.Z); if (player.IsInVehicle && player.VehicleSeat == 0) player.Vehicle.Position = playerPosition; - elseplayer.SafeTeleport(playerPosition); + else player.SafeTeleport(playerPosition); } else if (playerHeading >= 135 && playerHeading < 225) {