diff --git a/java/net/i2p/router/WinLauncher.java b/java/net/i2p/router/WinLauncher.java index 8f1db9d..72a0296 100644 --- a/java/net/i2p/router/WinLauncher.java +++ b/java/net/i2p/router/WinLauncher.java @@ -168,8 +168,8 @@ public class WinLauncher extends CopyConfigDir { } else { return; } - i2pRouter = new Router(routerconf, System.getProperties()); if (isInstalled("i2p") || checkProgramFilesInstall()) { + i2pRouter = new Router(routerconf, System.getProperties()); String newsURL = i2pRouter.getConfigSetting("router.newsURL"); if (newsURL != null) { if (newsURL.contains("win/beta")) {