Fixed EnchantInfo GUI custom slots not working

This commit is contained in:
_OfTeN_
2022-11-23 00:29:39 +03:00
parent ced12c72f8
commit 655e33b9ef

View File

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