Skip to content

Commit

Permalink
Do not abort downloading if one depot fails to get depot key
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Nov 27, 2024
1 parent 1c97b42 commit 682bfba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DepotDownloader/Steam3Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ public async Task RequestDepotKey(uint depotId, uint appid = 0)

if (depotKey.Result != EResult.OK)
{
Abort();
return;
}

Expand Down

0 comments on commit 682bfba

Please sign in to comment.