mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-16 05:02:19 +01:00
Set Player eye height to 1.62
This commit is contained in:
parent
feab43a5f1
commit
8b9836d82a
@ -202,6 +202,7 @@ public class Player extends LivingEntity implements CommandSender {
|
||||
this.playerConnection = playerConnection;
|
||||
|
||||
setBoundingBox(0.6f, 1.8f, 0.6f);
|
||||
setEyeHeight(1.62f);
|
||||
|
||||
setRespawnPoint(new Position(0, 0, 0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user