diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 9b3568f4..640f0e9f 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -775,6 +775,7 @@ namespace DepotDownloader { chunkData = client.DownloadDepotChunk(depot.id, data); cdnClients.Enqueue(client); + break; } catch {