mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-09-06 05:05:35 +02:00
We don't need two functions that do the exact same thing.
This commit is contained in:
@@ -43,7 +43,7 @@ public class XplockCommand extends SpoutCommand {
|
||||
return true;
|
||||
}
|
||||
|
||||
lockXpBar(sender, SkillTools.getSkillType(args[0]));
|
||||
lockXpBar(sender, SkillType.getSkill(args[0]));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user