diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index c7dd46cf..32d1cb8c 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -432,7 +432,7 @@ namespace DepotDownloader if (!await AccountHasAccess(appId, appId)) { - if (await steam3.RequestFreeAppLicense(appId)) + if (steam3.steamUser.SteamID.AccountType != EAccountType.AnonUser && await steam3.RequestFreeAppLicense(appId)) { Console.WriteLine("Obtained FreeOnDemand license for app {0}", appId);