From 1b8477d2fe804790fdcbf382963dbb8f6baf22b6 Mon Sep 17 00:00:00 2001 From: Thinkofdeath Date: Sun, 18 Jan 2015 18:23:17 +0000 Subject: [PATCH] Whoops --- ...153-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CraftBukkit-Patches/0153-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch b/CraftBukkit-Patches/0153-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch index 4b8b217d95..b63b657c1e 100644 --- a/CraftBukkit-Patches/0153-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch +++ b/CraftBukkit-Patches/0153-Added-isUnbreakable-and-setUnbreakable-to-ItemMeta.patch @@ -89,7 +89,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 hash = 61 * hash + (hasAttributes() ? this.attributes.hashCode() : 0); hash = 61 * hash + (hasRepairCost() ? this.repairCost : 0); hash = 61 * hash + unhandledTags.hashCode(); -++ hash = 61 * hash + (spigot.isUnbreakable() ? 1231 : 1237); // Spigot ++ hash = 61 * hash + (spigot.isUnbreakable() ? 1231 : 1237); // Spigot return hash; }