mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 21:37:28 +01:00
[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
This commit is contained in:
parent
4ffde966fe
commit
a22f15dcc9
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
+
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3f572834a632e841cb3fd5db400130097a990c7a
|
||||
Subproject commit 00bff02703914a4656c43afa5991db84626d0cb8
|
Loading…
Add table
Reference in a new issue