mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-07 22:27:34 +01:00
Removed really-legacy reversion code from well over a year ago
This commit is contained in:
parent
1f03f1ae38
commit
db1a0030f7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user