Fixed EnchantGUI custom slots not working
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user