From 655e33b9ef8fcba8b52fd13c4f0ee78a1c643f9f Mon Sep 17 00:00:00 2001 From: _OfTeN_ Date: Wed, 23 Nov 2022 00:29:39 +0300 Subject: [PATCH] Fixed EnchantInfo GUI custom slots not working --- .../main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt index 8bf2570b..8f821cd1 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoenchants/enchants/EnchantGUI.kt @@ -167,7 +167,7 @@ object EnchantGUI { ) ) - for (config in plugin.configYml.getSubsections("level-gui.custom-slots")) { + for (config in plugin.configYml.getSubsections("enchantinfo.custom-slots")) { setSlot( config.getInt("row"), config.getInt("column"),