mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-29 11:59:13 +00:00
Fixed duplicate lore on autocraft
This commit is contained in:
@@ -370,9 +370,6 @@ public class ArmorSet {
|
||||
lore.add(s);
|
||||
}
|
||||
|
||||
if (meta.hasLore()) {
|
||||
lore.addAll(meta.getLore());
|
||||
}
|
||||
meta.setLore(lore);
|
||||
formattedOut.setItemMeta(meta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user