forked from I2P_Developers/i2p.i2p
Don't try to fetch subscriptions, news, or plugin updates while in VM Comm system
This commit is contained in:
@ -157,6 +157,12 @@ public class PluginStarter implements Runnable {
|
||||
Messages.getString("HTTP client proxy tunnel must be running", ctx));
|
||||
return;
|
||||
}
|
||||
if (ctx.commSystem().isDummy()) {
|
||||
mgr.notifyComplete(null, Messages.getString("Plugin update check failed", ctx) +
|
||||
" - " +
|
||||
"VM Comm System");
|
||||
return;
|
||||
}
|
||||
|
||||
Log log = ctx.logManager().getLog(PluginStarter.class);
|
||||
int updated = 0;
|
||||
|
Reference in New Issue
Block a user