diff --git a/core/src/main/groovy/com/muwire/core/Core.groovy b/core/src/main/groovy/com/muwire/core/Core.groovy index 386c317b..e10c3014 100644 --- a/core/src/main/groovy/com/muwire/core/Core.groovy +++ b/core/src/main/groovy/com/muwire/core/Core.groovy @@ -380,7 +380,7 @@ public class Core { connectionAcceptor.start() connectionEstablisher.start() hostCache.waitForLoad() - updateClient.start() + updateClient?.start() } public void shutdown() {