mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-03 14:22:17 +00:00
CLeanup
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user