Set player bounding box size to 0.6.

This commit is contained in:
Matt Worzala 2020-12-28 14:16:43 -05:00
parent f77ec96f25
commit 460b177866
No known key found for this signature in database
GPG Key ID: 046D16088BA8F7DD

View File

@ -201,7 +201,7 @@ public class Player extends LivingEntity implements CommandSender {
this.username = username; this.username = username;
this.playerConnection = playerConnection; this.playerConnection = playerConnection;
setBoundingBox(0.69f, 1.8f, 0.69f); setBoundingBox(0.6f, 1.8f, 0.6f);
setRespawnPoint(new Position(0, 0, 0)); setRespawnPoint(new Position(0, 0, 0));