set lore to update timer

This commit is contained in:
Ryder Belserion 2024-03-24 11:25:53 -04:00
parent b8e5d2dd7a
commit 4b20f61b21
No known key found for this signature in database
1 changed files with 1 additions and 3 deletions

View File

@ -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());