Enable greed mode

Barely anybody donates 😢
This commit is contained in:
JustArchi
2016-07-02 05:46:23 +02:00
parent b594af5c44
commit e1e68d2d6a

View File

@@ -200,7 +200,9 @@ namespace ArchiSteamFarm {
}
Logging.LogGenericInfo("Downloading new version...");
byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false);
Logging.LogGenericInfo("While waiting, consider donating if you appreciate the work being done :)");
byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false);
if (result == null) {
return;
}