mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-21 05:21:22 +01:00
Fixed EnchantGUI custom slots not working
This commit is contained in:
parent
3ca6c9698d
commit
3e2086c572
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user