From a22f15dcc9a6e059ac4083c3a5d625c919a7cba3 Mon Sep 17 00:00:00 2001 From: Automated Date: Sat, 29 Aug 2020 00:17:19 -0400 Subject: [PATCH] [Auto] Updated Upstream (CraftBukkit) Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 00bff0270 SPIGOT-5794: Do not skip PlayerInteractEvent --- Spigot-Server-Patches/Extend-Player-Interact-cancellation.patch | 2 +- work/CraftBukkit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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