9
0
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:
Auxilor
2021-08-23 01:59:54 +01:00
parent 67a8cb4edb
commit 217eada074

View File

@@ -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))
}