mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Actually fixing #3709
This commit is contained in:
parent
24458879a4
commit
ef9b3d40e9
@ -673,9 +673,9 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
|
|||||||
*/
|
*/
|
||||||
public int getAbilityLengthCap() {
|
public int getAbilityLengthCap() {
|
||||||
if(!mcMMO.isRetroModeEnabled())
|
if(!mcMMO.isRetroModeEnabled())
|
||||||
return config.getInt("Skills.General.Ability.Length.Standard.Cap", 50);
|
return config.getInt("Skills.General.Ability.Length.Standard.CapLevel", 50);
|
||||||
else
|
else
|
||||||
return config.getInt("Skills.General.Ability.Length.RetroMode.Cap", 500);
|
return config.getInt("Skills.General.Ability.Length.RetroMode.CapLevel", 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user