Add double fine adventure to global blacklist

This commit is contained in:
JustArchi
2017-07-10 09:15:48 +02:00
parent 6e87ee3718
commit 32b2ea9fb7

View File

@@ -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<uint> GlobalBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900 };
internal static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 402590, 425280, 480730, 566020, 639900 };
[JsonProperty(Required = Required.DisallowNull)]
internal readonly bool AutoRestart = true;