edit EnterVehicleAttempt

This commit is contained in:
xSprite
2018-10-17 16:36:18 +02:00
parent 3b3fea3d40
commit 99d418f12c
2 changed files with 3 additions and 3 deletions

View File

@@ -232,7 +232,6 @@ namespace reallife_gamemode.Server.Commands
ChatService.NotAuthorized(player);
return;
}
if (player.IsInVehicle && player.VehicleSeat == -1) player.Vehicle.Position = new Vector3(x, y, z);
else player.Position = new Vector3(x, y, z);
}