mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Fixed NPE with startup relating to SmeltingCommand.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user