From d240daf958282504f84a726e0ade4a1cff0d0387 Mon Sep 17 00:00:00 2001 From: WayofTime Date: Thu, 23 Jun 2016 21:28:11 -0400 Subject: [PATCH] Hey, get back in that commit! --- src/main/java/WayofTime/bloodmagic/item/ItemBoundSword.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/WayofTime/bloodmagic/item/ItemBoundSword.java b/src/main/java/WayofTime/bloodmagic/item/ItemBoundSword.java index 18511c25..04eaba42 100644 --- a/src/main/java/WayofTime/bloodmagic/item/ItemBoundSword.java +++ b/src/main/java/WayofTime/bloodmagic/item/ItemBoundSword.java @@ -44,7 +44,6 @@ public class ItemBoundSword extends ItemSword implements IBindable, IActivatable setUnlocalizedName(Constants.Mod.MODID + ".bound.sword"); setCreativeTab(BloodMagic.tabBloodMagic); - setMaxDamage(0); } @Override