This commit is contained in:
GJ 2013-10-28 15:19:47 -04:00
parent c79f8043ad
commit 3fe936306b

View File

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