Merge pull request #333 from 0ft3n/master

Fixed EnchantInfo GUI custom slots not working
This commit is contained in:
Will FP 2022-11-23 13:36:01 +00:00 committed by GitHub
commit 432471122b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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