skip service correction if config is absent

This commit is contained in:
idk
2022-09-20 01:12:22 -04:00
parent 0d209bb2a8
commit 8b893d1116

View File

@ -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")) {