mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
Merge pull request #333 from 0ft3n/master
Fixed EnchantInfo GUI custom slots not working
This commit is contained in:
commit
432471122b
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user