diff --git a/Bukkit-Patches/0001-POM-Changes.patch b/Bukkit-Patches/0001-POM-Changes.patch index 35134c5c2c..93507f7c78 100644 --- a/Bukkit-Patches/0001-POM-Changes.patch +++ b/Bukkit-Patches/0001-POM-Changes.patch @@ -25,13 +25,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 UTF-8 -+ -+ org.spigotmc -+ spigot-parent -+ dev-SNAPSHOT -+ ../pom.xml -+ -+ + + + sonatype-snapshots diff --git a/CraftBukkit-Patches/0128-Limit-block-placement-interaction-packets.patch b/CraftBukkit-Patches/0128-Limit-block-placement-interaction-packets.patch index 9cd381e9dd..545552eba5 100644 --- a/CraftBukkit-Patches/0128-Limit-block-placement-interaction-packets.patch +++ b/CraftBukkit-Patches/0128-Limit-block-placement-interaction-packets.patch @@ -42,7 +42,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 float f1 = this.player.pitch; float f2 = this.player.yaw; @@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList - if (event == null || event.useItemInHand() != Event.Result.DENY) { + if (!cancelled) { this.player.playerInteractManager.useItem(this.player, this.player.world, itemstack); } + }