Fix being able to gain height by

spamming respawn with preciserespawn
This commit is contained in:
Goodlyay 2018-12-30 16:30:28 -08:00
parent 152a862f50
commit 8f55606f81

View File

@ -196,7 +196,7 @@ namespace ClassicalSharp.Entities {
}
}
spawn.Y += 2/16f;
if (!Hacks.CanPreciseRespawn) { spawn.Y += 2/16f; }
LocationUpdate update = LocationUpdate.MakePosAndOri(spawn, SpawnRotY, SpawnHeadX, false);
SetLocation(update, false);
Velocity = Vector3.Zero;