Skip to content

Commit

Permalink
Update State.java
Browse files Browse the repository at this point in the history
  • Loading branch information
coderFlameyosFlow authored Jan 24, 2024
1 parent 1be68bc commit f76465b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/me/flame/menus/items/states/State.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void update() {
for (int stringIndex = 0; stringIndex < size; stringIndex++) {
replaceWithKey(stringIndex, lore, key, value);
}
lore.toItemLore(otherItem);
lore.toItemLore(otherItem, true);
}

private static void replaceWithKey(int stringIndex, @NotNull Lore list, TextHolder key, Supplier<TextHolder> value) {
Expand Down

0 comments on commit f76465b

Please sign in to comment.