mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
[Auto] Updated Upstream (Bukkit/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
Bukkit Changes:
91957aa3 #550: Add getHandlerList into ArrowBodyCountChangeEvent
30dc3e37 Update deprecation message for PotionMeta.setMainEffect
CraftBukkit Changes:
6f55306c4
SPIGOT-5794: Only skip interact event if position, hand and itemstack are equal
This commit is contained in:
parent
465e97513b
commit
ff60225e01
3 changed files with 3 additions and 3 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;
|
||||
interactItemStack = itemstack.cloneItemStack();
|
||||
|
||||
if (event.useInteractedBlock() == Event.Result.DENY) {
|
||||
+
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 84fcddbf950c5414164ec4767c77b5a113aeca6e
|
||||
Subproject commit 91957aa3b9b05c0a9243d7c360e284f508d925a8
|
|
@ -1 +1 @@
|
|||
Subproject commit bf3d7207140a295c35d4024a43cd188824c5a359
|
||||
Subproject commit 6f55306c444c3356c4ae394dd708a97451b06fa2
|
Loading…
Reference in a new issue