Removed old Steam2 beta option.

pull/8/head
Nicholas Hastings 12 years ago
parent c63ddbd238
commit 36c961bc01

@ -7,7 +7,6 @@ namespace DepotDownloader
{
public int CellID { get; set; }
public bool DownloadAllPlatforms { get; set; }
public bool PreferBetaVersions { get; set; }
public bool DownloadManifestOnly { get; set; }
public string InstallDirectory { get; set; }

@ -40,7 +40,6 @@ namespace DepotDownloader
ContentDownloader.Config.CellID = cellId;
int depotVersion = GetIntParameter( args, "-version" );
ContentDownloader.Config.PreferBetaVersions = HasParameter( args, "-beta" );
ContentDownloader.Config.BetaPassword = GetStringParameter( args, "-betapassword" );
string fileList = GetStringParameter( args, "-filelist" );

Loading…
Cancel
Save