From b1baa15153fc3fcdf93dff8789483efd7856fd13 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 14 Dec 2017 18:34:02 +0100 Subject: [PATCH] Closes #705 --- ArchiSteamFarm/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index 00253ebf8..fb5a730bc 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -36,7 +36,7 @@ namespace ArchiSteamFarm { internal const string UlongStringPrefix = "s_"; internal static readonly HashSet GamesBlacklist = new HashSet { 402590 }; // Games with broken/unobtainable card drops - internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900 }; // Steam Summer/Winter sales + internal static readonly HashSet SalesBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800 }; // Steam Summer/Winter sales [JsonProperty(Required = Required.DisallowNull)] internal readonly bool AutoRestart = true;