mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Merge pull request #86 from mworzala/fix_player_size
Fix block placement when close to block
This commit is contained in:
commit
32b8d83ac9
@ -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