Removed really-legacy reversion code from well over a year ago

This commit is contained in:
Auxilor 2022-01-28 11:16:40 +00:00
parent 1f03f1ae38
commit db1a0030f7

View File

@ -208,12 +208,6 @@ public class EnchantDisplay extends DisplayModule {
}
}
FastItemStack fast = FastItemStack.wrap(itemStack);
List<String> lore = fast.getLore();
lore.removeIf(s -> s.startsWith("§w"));
fast.setLore(lore);
ItemMeta meta = itemStack.getItemMeta();
assert meta != null;