Skip to content

Commit

Permalink
Fixed LibreforgeSpigotPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jul 16, 2023
1 parent 36a1f9e commit ce74667
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import com.willfp.libreforge.commands.CommandLibreforge
import com.willfp.libreforge.configs.ChainsYml
import com.willfp.libreforge.configs.category.NativeConfigCategory
import com.willfp.libreforge.configs.lrcdb.CommandLrcdb
import com.willfp.libreforge.counters.CounterHandler
import com.willfp.libreforge.effects.Effects
import com.willfp.libreforge.effects.executors.impl.NormalExecutorFactory
import com.willfp.libreforge.integrations.aureliumskills.AureliumSkillsIntegration
Expand Down Expand Up @@ -120,8 +119,7 @@ class LibreforgeSpigotPlugin : EcoPlugin() {
override fun loadListeners(): List<Listener> {
return listOf(
EffectCollisionFixer,
ItemRefreshListener(this),
CounterHandler
ItemRefreshListener(this)
)
}

Expand Down

0 comments on commit ce74667

Please sign in to comment.