mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-01 13:48:45 +01:00
Part 1 of reworking ability tools
This commit is contained in:
@@ -225,7 +225,7 @@ public abstract class SkillCommand implements TabExecutor {
|
||||
}
|
||||
|
||||
protected String[] calculateLengthDisplayValues(Player player, float skillValue) {
|
||||
int maxLength = skill.getAbility().getMaxLength();
|
||||
int maxLength = skill.getSuperAbilityType().getMaxLength();
|
||||
int abilityLengthVar = AdvancedConfig.getInstance().getAbilityLength();
|
||||
int abilityLengthCap = AdvancedConfig.getInstance().getAbilityLengthCap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user