From 3749f49641eaa2f65ba5bce5da1b8906708c114f Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 5 Sep 2022 01:58:53 -0400 Subject: [PATCH] setNotRunning before launching the router, counter-intuitively but this is for determining whether we should launch the browser only. The other checks will still work for determining if a router is there. It only needs to be there for the first 21 or so seconds. --- java/net/i2p/router/WinLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/net/i2p/router/WinLauncher.java b/java/net/i2p/router/WinLauncher.java index a09a882..f011ecf 100644 --- a/java/net/i2p/router/WinLauncher.java +++ b/java/net/i2p/router/WinLauncher.java @@ -126,9 +126,9 @@ public class WinLauncher { registrationThread.setDaemon(true); registrationThread.start(); + setNotRunning(); // wupp.i2pRouter.runRouter(); RouterLaunch.main(args); - setNotRunning(); } // see