diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index 069780da..cef62911 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -611,6 +611,13 @@ namespace DepotDownloader return; } + else if ( loggedOn.Result == EResult.TryAnotherCM ) + { + Console.Write( "Retrying Steam3 connection (TryAnotherCM)..." ); + Connect(); + + return; + } else if ( loggedOn.Result == EResult.ServiceUnavailable ) { Console.WriteLine( "Unable to login to Steam3: {0}", loggedOn.Result );