Handle TryAnotherCM as an expected disconnection

pull/233/head
Ryan Kistner 4 years ago
parent a9e400949d
commit 22b4b5fe3c

@ -614,6 +614,10 @@ namespace DepotDownloader
else if ( loggedOn.Result == EResult.TryAnotherCM ) else if ( loggedOn.Result == EResult.TryAnotherCM )
{ {
Console.Write( "Retrying Steam3 connection (TryAnotherCM)..." ); Console.Write( "Retrying Steam3 connection (TryAnotherCM)..." );
bExpectingDisconnectRemote = true;
Abort( false );
Connect(); Connect();
return; return;

Loading…
Cancel
Save