diff options
Diffstat (limited to 'patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch')
-rw-r--r-- | patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch b/patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch index f6dbcfa46d..c578a2c3c2 100644 --- a/patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch +++ b/patches/server/0886-Allow-proper-checking-of-empty-item-stacks.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Allow proper checking of empty item stacks diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java -index c57051b35cb42d986833030655a63b9dff3c29bb..631076ebbf90d0d597ee2fc49f036d1fba34ab51 100644 +index 4d29c34e221b749b6972c7ed79ac1f86da999ed7..c5a09f086d35f84c0a30266f78e06e2dfb5603e6 100644 --- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java +++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java -@@ -39,12 +39,19 @@ public final class CraftItemStack extends ItemStack { +@@ -40,12 +40,19 @@ public final class CraftItemStack extends ItemStack { } // Paper end - MC Utils |