1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-04 06:34:44 +02:00
This commit is contained in:
GJ
2013-10-28 15:19:47 -04:00
parent c79f8043ad
commit 3fe936306b

@ -151,7 +151,7 @@ public class PlayerProfile {
* Xp Functions
*/
protected int getSkillLevel(SkillType skillType) {
public int getSkillLevel(SkillType skillType) {
return skillType.isChildSkill() ? getChildSkillLevel(skillType) : skills.get(skillType);
}