From 741dd2adb7f8e5d6a6bee7b94bf0edacd3c83b02 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 7 Mar 2016 14:47:28 +0100 Subject: [PATCH] Add Holiday Sale 2013 to blacklist --- ArchiSteamFarm/GlobalConfig.cs | 2 +- ArchiSteamFarm/config/ASF.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index fd1148bc4..af1139fc9 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -37,7 +37,7 @@ namespace ArchiSteamFarm { } // This is hardcoded blacklist which should not be possible to change - internal static readonly HashSet GlobalBlacklist = new HashSet { 303700, 335590, 368020, 425280 }; + internal static readonly HashSet GlobalBlacklist = new HashSet { 267420 , 303700, 335590, 368020, 425280 }; [JsonProperty(Required = Required.DisallowNull)] internal bool AutoUpdates { get; private set; } = true; diff --git a/ArchiSteamFarm/config/ASF.json b/ArchiSteamFarm/config/ASF.json index 3c5652522..d4ac12a46 100644 --- a/ArchiSteamFarm/config/ASF.json +++ b/ArchiSteamFarm/config/ASF.json @@ -6,6 +6,7 @@ "WCFHostname": "localhost", "WCFPort": 1242, "Blacklist": [ + 267420, 303700, 335590, 368020,