Missing @Override
This commit is contained in:
parent
7a9285d573
commit
0f60be96ad
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user