diff options
Diffstat (limited to 'patches/server/0521-Inventory-close.patch')
-rw-r--r-- | patches/server/0521-Inventory-close.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0521-Inventory-close.patch b/patches/server/0521-Inventory-close.patch index 9ca8b717ab..9dcad3d0b1 100644 --- a/patches/server/0521-Inventory-close.patch +++ b/patches/server/0521-Inventory-close.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Inventory#close diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java -index e824fe361286a5f41b137be92d799eef54ae4b87..3b0d3e9a067fccb10122c273aaf658ba240aa716 100644 +index f3a1859a1c2adb0448186c322793585dafefe7e0..bc5ec42a54401a2275c05f0f506ba89f00c19ec9 100644 --- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java +++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java -@@ -451,6 +451,14 @@ public class CraftInventory implements Inventory { +@@ -439,6 +439,14 @@ public class CraftInventory implements Inventory { this.clear(i); } } |