9
0
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:
Auxilor
2021-03-24 18:44:44 +00:00
parent 0b911d0ce7
commit b3bc7e0dbf

View File

@@ -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());