thanks @xpaw

pull/19/head
Netshroud 9 years ago
parent b17e343d0e
commit 8eb3f711b9

@ -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();

Loading…
Cancel
Save