mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
[Auto] Updated Upstream (Bukkit)
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: 217dc08d SPIGOT-4634: Make Inventory iteration behaviour explicit
This commit is contained in:
parent
ef2bc86885
commit
b9d7f97e87
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Subject: [PATCH] Inventory#removeItemAnySlot
|
|||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/inventory/Inventory.java b/src/main/java/org/bukkit/inventory/Inventory.java
|
||||
index 3585f109..6992b702 100644
|
||||
index bab561dc..9d0306c3 100644
|
||||
--- a/src/main/java/org/bukkit/inventory/Inventory.java
|
||||
+++ b/src/main/java/org/bukkit/inventory/Inventory.java
|
||||
@@ -0,0 +0,0 @@ public interface Inventory extends Iterable<ItemStack> {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e167e549afd442461df623cdb3c6ba1f2be797d9
|
||||
Subproject commit 217dc08dff6ff9d0482f7952b9555ff66d31800a
|
Loading…
Reference in a new issue