diff --git a/ArchiSteamFarm/CardsFarmer.cs b/ArchiSteamFarm/CardsFarmer.cs index 180a40f31..88f96bd04 100755 --- a/ArchiSteamFarm/CardsFarmer.cs +++ b/ArchiSteamFarm/CardsFarmer.cs @@ -46,7 +46,7 @@ namespace ArchiSteamFarm { private const byte HoursToIgnore = 24; // How many hours we ignore unreleased appIDs and don't bother checking them again [PublicAPI] - public static readonly ImmutableHashSet SalesBlacklist = ImmutableHashSet.Create(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890); + public static readonly ImmutableHashSet SalesBlacklist = ImmutableHashSet.Create(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680); private static readonly ConcurrentDictionary GloballyIgnoredAppIDs = new(); // Reserved for unreleased games