From 4b7796fe7ca136667529ff46ebf0e21b15f3bc34 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sat, 10 Sep 2016 22:09:14 -0500 Subject: [PATCH] [ WHITESPACE ] --- Spigot-Server-Patches/Rate-limit-PacketPlayInUseItem.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Rate-limit-PacketPlayInUseItem.patch b/Spigot-Server-Patches/Rate-limit-PacketPlayInUseItem.patch index 209979619d..ff6c5b083a 100644 --- a/Spigot-Server-Patches/Rate-limit-PacketPlayInUseItem.patch +++ b/Spigot-Server-Patches/Rate-limit-PacketPlayInUseItem.patch @@ -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())});