1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-17 17:32:36 +01:00

Fix infinite loop

This commit is contained in:
nossr50
2021-04-09 11:15:07 -07:00
parent be44c0e417
commit 323f496420

View File

@@ -373,7 +373,7 @@ public class SkillTools {
}
public int getLevelCap(@NotNull PrimarySkillType primarySkillType) {
return mcMMO.p.getSkillTools().getLevelCap(primarySkillType);
return mcMMO.p.getGeneralConfig().getLevelCap(primarySkillType);
}
/**