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 aa6fda4f..8bf2570b 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 @@ -135,7 +135,7 @@ object EnchantGUI { .push() } - for (config in plugin.configYml.getSubsections("level-gui.custom-slots")) { + for (config in plugin.configYml.getSubsections("enchant-gui.custom-slots")) { setSlot( config.getInt("row"), config.getInt("column"),