9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2025-12-19 15:09:23 +00:00

Removed stale rewardMessages

This commit is contained in:
Auxilor
2023-06-18 12:34:33 +02:00
parent 5823bf257e
commit 43c36fe581

View File

@@ -80,9 +80,6 @@ class Skill(
ViolationContext(plugin, "Skill $id level-up-effects")
)
private val rewardMessages = mutableMapOf<Int, List<String>>()
val levelGUI = SkillLevelGUI(plugin, this)
val icon = SkillIcon(this, config.getSubsection("gui"), plugin)