1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-20 18:53:11 +01:00

Fix NPE with smelting & /mctop. Fixes #917

This commit is contained in:
GJ
2013-04-01 16:41:20 -04:00
parent 6c3820c747
commit afd706bed8

View File

@@ -122,7 +122,7 @@ public class MctopCommand implements CommandExecutor {
skill = SkillType.getSkill(skillName);
if (CommandUtils.isChildSkill(sender, skill)) {
return true;
return false;
}
return true;