diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt index fb03ef5..90c2074 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/BoostersPlugin.kt @@ -149,7 +149,7 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") { } ) - this.registerHolderProvider { ListUtils.toSingletonList(activeBooster?.booster as Holder) } + this.registerHolderProvider { ListUtils.toSingletonList(activeBooster?.booster as? Holder) } } override fun handleReloadAdditional() {