mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-28 11:29:18 +00:00
Fixed lore overriding
This commit is contained in:
@@ -77,6 +77,9 @@ public class ArmorDisplay extends DisplayModule {
|
||||
lore.add(s);
|
||||
}
|
||||
|
||||
if (meta.hasLore()) {
|
||||
lore.addAll(meta.getLore());
|
||||
}
|
||||
meta.setLore(lore);
|
||||
meta.setDisplayName(slotMeta.getDisplayName());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user