Actually fixing #3709

This commit is contained in:
nossr50 2019-01-24 21:19:04 -08:00
parent 24458879a4
commit ef9b3d40e9

View File

@ -673,9 +673,9 @@ public class AdvancedConfig extends AutoUpdateConfigLoader {
*/
public int getAbilityLengthCap() {
if(!mcMMO.isRetroModeEnabled())
return config.getInt("Skills.General.Ability.Length.Standard.Cap", 50);
return config.getInt("Skills.General.Ability.Length.Standard.CapLevel", 50);
else
return config.getInt("Skills.General.Ability.Length.RetroMode.Cap", 500);
return config.getInt("Skills.General.Ability.Length.RetroMode.CapLevel", 500);
}
/**