mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-03-31 16:56:25 +02:00
Fix infinite loop
This commit is contained in:
parent
be44c0e417
commit
323f496420
@ -373,7 +373,7 @@ public class SkillTools {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getLevelCap(@NotNull PrimarySkillType primarySkillType) {
|
public int getLevelCap(@NotNull PrimarySkillType primarySkillType) {
|
||||||
return mcMMO.p.getSkillTools().getLevelCap(primarySkillType);
|
return mcMMO.p.getGeneralConfig().getLevelCap(primarySkillType);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user