From 8eb3f711b946119278eaeeb414ac4dc156830874 Mon Sep 17 00:00:00 2001 From: Netshroud Date: Sun, 26 Mar 2017 17:44:30 +1100 Subject: [PATCH] thanks @xpaw --- DepotDownloader/ContentDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index d24a1f50..d60ccca0 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -889,7 +889,7 @@ namespace DepotDownloader tasks[i] = task; } - await Task.WhenAll(tasks).ConfigureAwait(false);; + await Task.WhenAll(tasks).ConfigureAwait(false); ConfigStore.TheConfig.LastManifests[depot.id] = depot.manifestId; ConfigStore.Save();