9
0
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:
Auxilor
2021-04-18 21:21:30 +01:00
parent 7b42584c83
commit e2b492836f

View File

@@ -370,9 +370,6 @@ public class ArmorSet {
lore.add(s);
}
if (meta.hasLore()) {
lore.addAll(meta.getLore());
}
meta.setLore(lore);
formattedOut.setItemMeta(meta);