We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b7495 commit 0c3fc8bCopy full SHA for 0c3fc8b
src/main/java/com/cleanroommc/modularui/drawable/text/LangKey.java
@@ -15,7 +15,7 @@ public class LangKey extends BaseKey {
15
private final Supplier<String> keySupplier;
16
private final Supplier<Object[]> argsSupplier;
17
private String string;
18
- private long time = 0;
+ private long time = -1;
19
20
public LangKey(@NotNull String key) {
21
this(key, () -> null);
0 commit comments