do not initialize the update client if running as a plugin

pull/34/head
Zlatin Balevsky 2019-12-19 18:35:44 +00:00
parent 6ea1a15641
commit 9df1d043e4
1 changed files with 1 additions and 1 deletions

View File

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