From 69358541bf17104b2ae2cb14dec54fa5b0385e27 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 18 Jun 2020 20:38:09 +0300 Subject: [PATCH] Add Summer Sale 2020 to blacklist (#1853) --- ArchiSteamFarm/CardsFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/CardsFarmer.cs b/ArchiSteamFarm/CardsFarmer.cs index 1ee892f59..e60a62b5f 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); + public static readonly ImmutableHashSet SalesBlacklist = ImmutableHashSet.Create(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890); private static readonly ConcurrentDictionary GloballyIgnoredAppIDs = new ConcurrentDictionary(); // Reserved for unreleased games