Fixed EnchantGUI custom slots not working

This commit is contained in:
_OfTeN_ 2022-10-29 15:56:13 +03:00
parent 3ca6c9698d
commit 3e2086c572

View File

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