Merge pull request #329 from 0ft3n/master

Fixed EnchantGUI custom slots not working (parsed from a wrong config section)
This commit is contained in:
Will FP
2022-11-01 16:17:36 +00:00
committed by GitHub

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