Skip to content

Commit 7552199

Browse files
committed
Merge 1.18 into 1.19.2
2 parents da944c3 + 73c80d0 commit 7552199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/java/org/embeddedt/modernfix/forge/mixin/core/BootstrapMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class BootstrapMixin {
2323
@Inject(method = "bootStrap", at = @At("HEAD"))
2424
private static void doModernFixBootstrap(CallbackInfo ci) {
2525
if(!isBootstrapped) {
26-
LOGGER.info("ModernFix reached bootstrap stage ({} after launch)", TimeFormatter.formatNanos(ManagementFactory.getRuntimeMXBean().getUptime() * 1000L));
26+
LOGGER.info("ModernFix reached bootstrap stage ({} after launch)", TimeFormatter.formatNanos(ManagementFactory.getRuntimeMXBean().getUptime() * 1000L * 1000L));
2727
ModWorkManagerQueue.replace();
2828
}
2929
}

0 commit comments

Comments
 (0)