From 3f4520edf32e9cf657ebba82fdf41a747cabd15a Mon Sep 17 00:00:00 2001 From: Jack Nolddor <1280022+nolddor@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:09:56 +0100 Subject: [PATCH] chore: blacklist Winter Sale 2023 appid (#3098) --- ArchiSteamFarm/Steam/Cards/CardsFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Steam/Cards/CardsFarmer.cs b/ArchiSteamFarm/Steam/Cards/CardsFarmer.cs index 4b0657be7d331..88d979eef44fc 100644 --- a/ArchiSteamFarm/Steam/Cards/CardsFarmer.cs +++ b/ArchiSteamFarm/Steam/Cards/CardsFarmer.cs @@ -54,7 +54,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable { private const byte HoursToIgnore = 1; // 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, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330); + public static readonly ImmutableHashSet SalesBlacklist = ImmutableHashSet.Create(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280); private static readonly ConcurrentDictionary GloballyIgnoredAppIDs = new(); // Reserved for unreleased games