From 2295319fd2af6e401d818e983fa720596fa95532 Mon Sep 17 00:00:00 2001 From: azuisleet Date: Thu, 15 Dec 2011 15:54:11 -0700 Subject: [PATCH] Added Steam3 suggested CellID --HG-- extra : rebase_source : c5294bda22ef8b9c0bcafcb91fa65ddb31dfe4a5 --- DepotDownloader/Steam3Session.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 2a97180b..81b48220 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -193,6 +193,12 @@ namespace DepotDownloader Console.WriteLine( "Got Steam2 Ticket!" ); credentials.Steam2Ticket = msg.Steam2Ticket; + + if (ContentDownloader.Config.CellID == 0) + { + Console.WriteLine( "Using Steam3 suggest CellID: " + msg.CellID ); + ContentDownloader.Config.CellID = (int)msg.CellID; + } } else if (callback.IsType()) {