From 32b2ea9fb75c0cc8e0013456f735a23d72f41e2c Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 10 Jul 2017 09:15:48 +0200 Subject: [PATCH] Add double fine adventure to global blacklist --- ArchiSteamFarm/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index d152c8c3f..b4f938302 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -41,7 +41,7 @@ namespace ArchiSteamFarm { internal const string UlongStringPrefix = "s_"; // This is hardcoded blacklist which should not be possible to change - internal static readonly HashSet GlobalBlacklist = new HashSet { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900 }; + internal static readonly HashSet GlobalBlacklist = new HashSet { 267420, 303700, 335590, 368020, 402590, 425280, 480730, 566020, 639900 }; [JsonProperty(Required = Required.DisallowNull)] internal readonly bool AutoRestart = true;