Added Steam3 suggested CellID

--HG--
extra : rebase_source : c5294bda22ef8b9c0bcafcb91fa65ddb31dfe4a5
pull/8/head
azuisleet 14 years ago
parent 680355e022
commit 2295319fd2

@ -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<SteamApps.AppOwnershipTicketCallback>())
{

Loading…
Cancel
Save