Missing @Override

This commit is contained in:
aPunch 2012-04-07 20:09:32 -05:00
parent 7a9285d573
commit 0f60be96ad

View File

@ -183,6 +183,7 @@ public class Blacksmith extends Character {
reforge = player.getItemInHand();
}
@Override
public void run() {
npc.chat(player, reforgeItemInHand() ? successMsg : failMsg);
if (npc.getBukkitEntity() instanceof Player)