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 fd750e7..3d593b9 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 @@ -36,7 +36,7 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") { Bukkit.broadcastMessage(expiryMessage) } - for (expiryCommand in booster.expiryMessages) { + for (expiryCommand in booster.expiryCommands) { Bukkit.dispatchCommand( Bukkit.getConsoleSender(), expiryCommand.replace("%player%", booster.active?.player?.name ?: "")