nossr50 6 gadi atpakaļ
vecāks
revīzija
ef9b3d40e9

+ 2 - 2
src/main/java/com/gmail/nossr50/config/AdvancedConfig.java

@@ -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);
     }
 
     /**