DepotDownloader: Anon users possibly have this sub

pull/8/head
Ryan Kistner 13 years ago
parent 1a281f3182
commit 066c528886

@ -198,7 +198,7 @@ namespace DepotDownloader
IEnumerable<uint> licenseQuery;
if ( steam3.steamUser.SteamID.AccountType == EAccountType.AnonUser )
{
licenseQuery = new List<uint>() { 0 };
licenseQuery = new List<uint>() { 17906 };
}
else
{

Loading…
Cancel
Save