Fixed NPE with startup relating to SmeltingCommand.

This commit is contained in:
GJ
2013-01-23 19:10:12 -05:00
parent a968019799
commit 1337c45f1d
3 changed files with 14 additions and 8 deletions

View File

@ -20,7 +20,6 @@ public class SmeltingCommand extends SkillCommand {
public SmeltingCommand() {
super(SkillType.SMELTING);
this.skillValue = (profile.getSkillLevel(SkillType.MINING) / 4) + (profile.getSkillLevel(SkillType.REPAIR) / 4); //TODO: Make this cleaner somehow
}
@Override