mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Oops.
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user