From d1bb60c269ae6ac028d1a9b1e039809433ae0151 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Tue, 12 Oct 2021 17:15:00 +0100 Subject: [PATCH] remove (broken) attempt to force-share the update file --- core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy index 21c398ee..c89362bd 100644 --- a/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy +++ b/core/src/main/groovy/com/muwire/core/update/UpdateClient.groovy @@ -90,8 +90,6 @@ class UpdateClient { return updateDownloading = false eventBus.publish(new UpdateDownloadedEvent(version : version, signer : signer, text : text)) - if (!settings.shareDownloadedFiles) - eventBus.publish(new FileSharedEvent(file : e.downloadedFile)) } private void checkUpdate() {