From 7e282c45139621cddceb8a2dce6be103cfe4f20c Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 9 Feb 2022 10:31:17 +0000 Subject: [PATCH] Fixed booster names --- .../src/main/kotlin/com/willfp/boosters/boosters/Booster.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt index 127d412..505843d 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/boosters/boosters/Booster.kt @@ -20,7 +20,7 @@ abstract class Booster( 0 ) - val name = plugin.configYml.getFormattedString("message.${this.id}.name") + val name = plugin.configYml.getFormattedString("messages.${this.id}.name") init { register()