We don't need two functions that do the exact same thing.

This commit is contained in:
GJ
2013-02-07 12:17:18 -05:00
parent c3f83302c5
commit 6c266a8926
7 changed files with 15 additions and 31 deletions

View File

@ -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;
}