From 50fe7b32fd8737c4595018aac30089ce79d588a7 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sun, 26 Jun 2011 21:45:01 -0500 Subject: [PATCH] Fixed DepotDownloader compile. --- DepotDownloader/ContentDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 9edf0430..42fb2980 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -96,7 +96,7 @@ namespace DepotDownloader Console.Write( "Downloading depot manifest..." ); - Manifest manifest = session.DownloadManifest(); + Steam2Manifest manifest = session.DownloadManifest(); byte[] manifestData = manifest.RawData; File.WriteAllBytes( manifestFile, manifestData );