Skip to content

Commit f76465b

Browse files
Update State.java
1 parent 1be68bc commit f76465b

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/me/flame/menus/items/states

1 file changed

+1
-1
lines changed

core/src/main/java/me/flame/menus/items/states/State.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public void update() {
107107
for (int stringIndex = 0; stringIndex < size; stringIndex++) {
108108
replaceWithKey(stringIndex, lore, key, value);
109109
}
110-
lore.toItemLore(otherItem);
110+
lore.toItemLore(otherItem, true);
111111
}
112112

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

0 commit comments

Comments
 (0)