diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 85d9897e..83e38343 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1537,7 +1537,7 @@ namespace ReallifeGamemode.Server.Commands Vehicle v = NAPI.Vehicle.CreateVehicle(uHash, player.Position, player.Heading, color1, color2, engine: true); VehicleStreaming.SetEngineState(v, true); VehicleStreaming.SetLockStatus(v, false); - player.SetIntoVehicle(v.Handle, 0); + v.Dimension = player.Dimension; player.SetIntoVehicle(v.Handle, 0); }