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"),