mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 20:18:10 +01:00
Set player bounding box size to 0.6.
This commit is contained in:
parent
f77ec96f25
commit
460b177866
@ -201,7 +201,7 @@ public class Player extends LivingEntity implements CommandSender {
|
||||
this.username = username;
|
||||
this.playerConnection = playerConnection;
|
||||
|
||||
setBoundingBox(0.69f, 1.8f, 0.69f);
|
||||
setBoundingBox(0.6f, 1.8f, 0.6f);
|
||||
|
||||
setRespawnPoint(new Position(0, 0, 0));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user