9
0
mirror of https://github.com/Auxilor/EcoSkills.git synced 2026-01-03 14:22:17 +00:00
This commit is contained in:
Auxilor
2022-11-23 18:10:57 +00:00
parent c0a6c0f283
commit 7b4762a2f2

View File

@@ -100,7 +100,6 @@ class CommandRecount(plugin: EcoPlugin): Subcommand(
for (reward in skill.getLevelUpRewards()) {
if (reward.obj is Effect && reward.obj == effect) {
for (i in range) {
val obj = reward.obj
val toGive = skill.getLevelUpReward(reward, i)
ofSkill+=toGive
}