From: David ‘Bombe’ Roden Date: Fri, 25 Mar 2011 12:22:11 +0000 (+0100) Subject: Don’t fetch a local Sone initially. X-Git-Tag: 0.5.2^2~2 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=401a320e6952b63d31f73cff2f9400835a5af2d4;hp=-c;p=Sone.git Don’t fetch a local Sone initially. --- 401a320e6952b63d31f73cff2f9400835a5af2d4 diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 7dc398e..e0373e9 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -817,7 +817,6 @@ public class Core implements IdentityListener, UpdateListener { @SuppressWarnings("synthetic-access") public void run() { if (!preferences.isSoneRescueMode()) { - soneDownloader.fetchSone(sone); return; } logger.log(Level.INFO, "Trying to restore Sone from Freenet…");