From 04e5efa9a4af1c80e6b875279e8dc1d7fbd8e145 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 15 Jun 2018 04:06:54 +0200 Subject: [PATCH] Closes #809 --- ArchiSteamFarm/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index 196a67331..83da95e87 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -37,7 +37,7 @@ namespace ArchiSteamFarm { internal const ushort DefaultIPCPort = 1242; internal const byte DefaultLoginLimiterDelay = 10; - internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800 }; // Steam Summer/Winter sales + internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740 }; // Steam Summer/Winter sales private static readonly SemaphoreSlim WriteSemaphore = new SemaphoreSlim(1, 1);