mirror of https://github.com/zlatinb/muwire
do not initialize the update client if running as a plugin
parent
6ea1a15641
commit
9df1d043e4
|
@ -380,7 +380,7 @@ public class Core {
|
||||||
connectionAcceptor.start()
|
connectionAcceptor.start()
|
||||||
connectionEstablisher.start()
|
connectionEstablisher.start()
|
||||||
hostCache.waitForLoad()
|
hostCache.waitForLoad()
|
||||||
updateClient.start()
|
updateClient?.start()
|
||||||
}
|
}
|
||||||
|
|
||||||
public void shutdown() {
|
public void shutdown() {
|
||||||
|
|
Loading…
Reference in New Issue