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 201db41 commit 82218ceCopy full SHA for 82218ce
common/src/main/java/org/embeddedt/modernfix/ModernFixClient.java
@@ -22,7 +22,7 @@
22
23
public class ModernFixClient {
24
public static ModernFixClient INSTANCE;
25
- public static long worldLoadStartTime;
+ public static long worldLoadStartTime = -1;
26
private static int numRenderTicks;
27
28
public static float gameStartTimeSeconds = -1;
0 commit comments