Do not abort downloading if one depot fails to get depot key

pull/581/head
Pavel Djundik 10 months ago
parent 1c97b42124
commit 682bfbac27

@ -248,7 +248,6 @@ namespace DepotDownloader
if (depotKey.Result != EResult.OK)
{
Abort();
return;
}

Loading…
Cancel
Save