mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
Fixes lore lines being removed when taking item from item browser.
This commit is contained in:
parent
b6fab25dce
commit
db10cca85f
@ -141,7 +141,7 @@ public class ItemBrowser extends PluginInventory {
|
||||
newLore.add(ChatColor.YELLOW + AltChar.smallListDash + " Right click to edit this item.");
|
||||
}
|
||||
item.setItemMeta(meta);
|
||||
ItemMetaLore.addLoreLines(item, newLore);
|
||||
item = ItemMetaLore.addLoreLines(item, newLore);
|
||||
|
||||
cached.put(template.getId(), item);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user