diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 203711f4..7fff21bb 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -32,7 +32,6 @@ namespace DepotDownloader bool bApp = false; bool bListDepots = HasParameter(args, "-listdepots"); bool bDumpManifest = HasParameter( args, "-manifest" ); - bool bSignonSteam3 = true; // HasParameter(args, "-username") || HasParameter(args, "-anonymous"); int appId = -1; int depotId = -1; @@ -63,12 +62,6 @@ namespace DepotDownloader if (cellId == -1) { cellId = 0; - if (!bSignonSteam3) - { - Console.WriteLine( - "Warning: Using default CellID of 0! This may lead to slow downloads. " + - "You can specify the CellID using the -cellid parameter"); - } } ContentDownloader.Config.CellID = cellId; @@ -160,10 +153,7 @@ namespace DepotDownloader Console.WriteLine(); } - if (bSignonSteam3) - { - ContentDownloader.InitializeSteam3(username, password); - } + ContentDownloader.InitializeSteam3(username, password); if (bApp) {