aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0261-Restore-custom-InventoryHolder-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0261-Restore-custom-InventoryHolder-support.patch')
-rw-r--r--patches/server/0261-Restore-custom-InventoryHolder-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0261-Restore-custom-InventoryHolder-support.patch b/patches/server/0261-Restore-custom-InventoryHolder-support.patch
index f86f8995c6..2830a3ac08 100644
--- a/patches/server/0261-Restore-custom-InventoryHolder-support.patch
+++ b/patches/server/0261-Restore-custom-InventoryHolder-support.patch
@@ -194,10 +194,10 @@ index 1a2329021a6b29777c637ee4dc8cd69ed18001c9..674e3a827f8fb64e5c0beefb3c1874d6
// SPIGOT-4598 - we should still delegate the shift click handler
diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java
-index 6a47c6adb721f0c6737150d8b0ee18ab70f5f281..75eb794f796b31c0c5ef80a6d27a56711a522f5e 100644
+index 54ce9218c1759d641b2c780d79f1da1e0981c474..628e0cffa6cac6da137a25b85e86a50aec59c4b4 100644
--- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java
+++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftInventory.java
-@@ -497,6 +497,10 @@ public class CraftInventory implements Inventory {
+@@ -485,6 +485,10 @@ public class CraftInventory implements Inventory {
return InventoryType.BREWING;
} else if (this.inventory instanceof CraftInventoryCustom.MinecraftInventory) {
return ((CraftInventoryCustom.MinecraftInventory) this.inventory).getType();