mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-25 12:25:20 +01:00
set lore to update timer
This commit is contained in:
parent
b8e5d2dd7a
commit
4b20f61b21
@ -76,9 +76,7 @@ public class GuiListener implements Listener {
|
||||
|
||||
ItemBuilder itemBuilder = ItemBuilder.convertItemStack(data.getItemStack("Items." + i + ".Item"));
|
||||
|
||||
if (itemBuilder.getUpdatedLore().isEmpty()) {
|
||||
lore.forEach(itemBuilder::addLore);
|
||||
}
|
||||
itemBuilder.setLore(lore);
|
||||
|
||||
items.add(itemBuilder.build());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user