This commit is contained in:
JustArchi
2016-06-24 03:17:11 +02:00
parent 379018866b
commit e658ae33b1

View File

@@ -199,6 +199,7 @@ namespace ArchiSteamFarm {
return;
}
Logging.LogGenericInfo("Downloading new version...");
byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false);
if (result == null) {
return;