Fixed loading old manifest for updating

pull/139/head
NicknineTheEagle 5 years ago
parent 4c36d5ca31
commit 9f092e7801

@ -620,7 +620,7 @@ namespace DepotDownloader
if ( lastManifestId != INVALID_MANIFEST_ID )
{
var oldManifestFileName = Path.Combine( configDir, string.Format( "{0}.bin", lastManifestId ) );
var oldManifestFileName = Path.Combine( configDir, string.Format( "{0}_{1}.bin", depot.id, lastManifestId ) );
if (File.Exists(oldManifestFileName))
{

Loading…
Cancel
Save