DepotDownloader: always sign into Steam3. Probably safe.

--HG--
extra : rebase_source : 48240a80e6c95a9681f8735bdfeaa00d2104a8d3
pull/8/head
Ryan Kistner 13 years ago
parent 6a5a329ddf
commit 9fbabcfa5d

@ -32,7 +32,7 @@ namespace DepotDownloader
bool bApp = false;
bool bListDepots = HasParameter(args, "-listdepots");
bool bDumpManifest = HasParameter( args, "-manifest" );
bool bSignonSteam3 = HasParameter( args, "-username" ) || HasParameter( args, "-anonymous" );
bool bSignonSteam3 = true; // HasParameter(args, "-username") || HasParameter(args, "-anonymous");
int appId = -1;
int depotId = -1;

Loading…
Cancel
Save