Update AbstractIPS4Downloader.cs

This commit is contained in:
Timothy Baldridge 2020-02-26 06:49:07 -07:00 committed by GitHub
parent 1a02adc43b
commit b41c00fbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,6 @@ namespace Wabbajack.Lib.Downloaders
var streamResult = await downloader.AuthedClient.GetAsync(url);
if (streamResult.StatusCode != HttpStatusCode.OK)
{
streamResult.Dispose();
Utils.ErrorThrow(new InvalidOperationException(), $"{downloader.SiteName} servers reported an error for file: {FileID}");
}