Skip to content

Commit 82218ce

Browse files
committed
Fix world load time being printed if it wasn't actually set
1 parent 201db41 commit 82218ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/ModernFixClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
public class ModernFixClient {
2424
public static ModernFixClient INSTANCE;
25-
public static long worldLoadStartTime;
25+
public static long worldLoadStartTime = -1;
2626
private static int numRenderTicks;
2727

2828
public static float gameStartTimeSeconds = -1;

0 commit comments

Comments
 (0)