From 066c52888632d26e41c409d8127abef61952e91d Mon Sep 17 00:00:00 2001 From: Ryan Kistner Date: Tue, 19 Feb 2013 21:23:44 -0700 Subject: [PATCH] DepotDownloader: Anon users possibly have this sub --- DepotDownloader/ContentDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index cba3dfdb..b12bc2de 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -198,7 +198,7 @@ namespace DepotDownloader IEnumerable licenseQuery; if ( steam3.steamUser.SteamID.AccountType == EAccountType.AnonUser ) { - licenseQuery = new List() { 0 }; + licenseQuery = new List() { 17906 }; } else {