Fix IPS4 verification downloading the entire file

This commit is contained in:
Unnoen 2021-05-01 19:48:09 +10:00
parent ea53b7ea22
commit 011f680890
No known key found for this signature in database
GPG Key ID: 8F8E42252BA20553

View File

@ -253,6 +253,7 @@ namespace Wabbajack.Lib.Downloaders
await using (var os = await path.Create())
await using (var ins = await streamResult.Content.ReadAsStreamAsync())
{
if (quickMode) return true;
if (a.Size == 0)
{
Utils.Status($"Downloading {a.Name}");