mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
[ WHITESPACE ]
This commit is contained in:
parent
4dcb73693a
commit
4b7796fe7c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ packetsUse = 0;
|
||||
+ }
|
||||
+ // Paper end
|
||||
+
|
||||
+
|
||||
if (blockposition.getY() >= this.minecraftServer.getMaxBuildHeight() - 1 && (enumdirection == EnumDirection.UP || blockposition.getY() >= this.minecraftServer.getMaxBuildHeight())) {
|
||||
ChatMessage chatmessage = new ChatMessage("build.tooHigh", new Object[] { Integer.valueOf(this.minecraftServer.getMaxBuildHeight())});
|
||||
|
||||
|
|
Loading…
Reference in a new issue