diff --git a/Spigot-Server-Patches/Extend-Player-Interact-cancellation.patch b/Spigot-Server-Patches/Extend-Player-Interact-cancellation.patch index dc19aff795..3dcb3bfac4 100644 --- a/Spigot-Server-Patches/Extend-Player-Interact-cancellation.patch +++ b/Spigot-Server-Patches/Extend-Player-Interact-cancellation.patch @@ -29,7 +29,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 // Update any tile entity data for this block TileEntity tileentity = this.world.getTileEntity(blockposition); @@ -0,0 +0,0 @@ public class PlayerInteractManager { - interactResult = event.useItemInHand() == Event.Result.DENY; + boolean interactResult = event.useItemInHand() == Event.Result.DENY; if (event.useInteractedBlock() == Event.Result.DENY) { + diff --git a/work/CraftBukkit b/work/CraftBukkit index 3f572834a6..00bff02703 160000 --- a/work/CraftBukkit +++ b/work/CraftBukkit @@ -1 +1 @@ -Subproject commit 3f572834a632e841cb3fd5db400130097a990c7a +Subproject commit 00bff02703914a4656c43afa5991db84626d0cb8