Changed saved manifest name format for better clarity

pull/94/head
NicknineTheEagle 5 years ago
parent 6c37e21364
commit 7db24237a3

@ -654,7 +654,7 @@ namespace DepotDownloader
}
else
{
var newManifestFileName = Path.Combine( configDir, string.Format( "{0}.bin", depot.manifestId ) );
var newManifestFileName = Path.Combine( configDir, string.Format( "{0}_{1}.bin", depot.id, depot.manifestId ) );
if ( newManifestFileName != null )
{
byte[] expectedChecksum, currentChecksum;

Loading…
Cancel
Save