do not initialize the update client if running as a plugin

This commit is contained in:
Zlatin Balevsky
2019-12-19 18:35:44 +00:00
parent 6ea1a15641
commit 9df1d043e4

View File

@@ -380,7 +380,7 @@ public class Core {
connectionAcceptor.start()
connectionEstablisher.start()
hostCache.waitForLoad()
updateClient.start()
updateClient?.start()
}
public void shutdown() {