diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index d67c2ac6..7f1dc839 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -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)) {