mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-02 05:46:57 +00:00
Fixed unused var
This commit is contained in:
@@ -153,7 +153,6 @@ abstract class Skill(
|
||||
s = s.replace("%ecoskills_${skillObject.id}_numeral%", NumberUtils.toNumeral(objLevel))
|
||||
}
|
||||
for (effect in Effects.values()) {
|
||||
val objLevel = this.getCumulativeLevelUpReward(effect, level)
|
||||
s = s.replace("%ecoskills_${effect.id}_description%", effect.getDescription(level))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user