diff options
Diffstat (limited to 'patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch')
-rw-r--r-- | patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch b/patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch index ce34d80c3f..5b5c421ff2 100644 --- a/patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch +++ b/patches/server/0797-Remove-CraftItemStack-setAmount-null-assignment.patch @@ -16,10 +16,10 @@ with less than zero amounts, so this code doesn't create a problem with operations on the vanilla ItemStack. diff --git a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java -index 8468bf6676b7ade3508085f44fac8980a8c6081e..c57051b35cb42d986833030655a63b9dff3c29bb 100644 +index 08178a88ba7d0881a6c2843eef24a846cf07adb4..4d29c34e221b749b6972c7ed79ac1f86da999ed7 100644 --- a/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java +++ b/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java -@@ -163,7 +163,7 @@ public final class CraftItemStack extends ItemStack { +@@ -186,7 +186,7 @@ public final class CraftItemStack extends ItemStack { } this.handle.setCount(amount); |