Fix file verification always occurring.

pull/8/head
Nicholas Hastings 12 years ago
parent 59e58adc5f
commit 47a240c2ac

@ -608,7 +608,7 @@ namespace DepotDownloader
{
neededChunks = new List<DepotManifest.ChunkData>();
if (oldManifestFile.FileHash != file.FileHash)
if (!oldManifestFile.FileHash.SequenceEqual(file.FileHash))
{
// we have a version of this file, but it doesn't fully match what we want

Loading…
Cancel
Save