mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-27 19:09:13 +00:00
Fixed advanced-lore-only
This commit is contained in:
@@ -70,4 +70,4 @@ class ArmorDisplay(plugin: EcoPlugin) : DisplayModule(plugin, DisplayPriority.LO
|
||||
itemStack.itemMeta = meta
|
||||
FastItemStack.wrap(itemStack).lore = lore
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,7 +180,7 @@ class ArmorSet(
|
||||
.collect(Collectors.toList())
|
||||
|
||||
if (advanced) {
|
||||
if (!config.getBool("advanced-lore-only")) {
|
||||
if (!plugin.configYml.getBool("advanced-lore-only")) {
|
||||
addLoreLines(defaultLore)
|
||||
}
|
||||
addLoreLines(advancedLore)
|
||||
|
||||
Reference in New Issue
Block a user