diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 701f209b..22f54ec0 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -114,7 +114,7 @@ namespace DepotDownloader if (AppInfo.ContainsKey(appId) || bAborted) return; - Action cbMethod = (appInfo, jobId) => + Action cbMethod = (appInfo, jobId) => { foreach (var app in appInfo.Apps) { @@ -177,7 +177,7 @@ namespace DepotDownloader if (AppTickets.ContainsKey(appId) || bAborted) return; - Action cbMethod = (appTicket, jobId) => + Action cbMethod = (appTicket, jobId) => { if (appTicket.Result != EResult.OK) { @@ -206,7 +206,7 @@ namespace DepotDownloader if (DepotKeys.ContainsKey(depotId) || bAborted) return; - Action cbMethod = (depotKey, jobId) => + Action cbMethod = (depotKey, jobId) => { Console.WriteLine("Got depot key for {0} result: {1}", depotKey.DepotID, depotKey.Result);