mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +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