Add Holiday Sale 2013 to blacklist

This commit is contained in:
JustArchi
2016-03-07 14:47:28 +01:00
parent 1ad5d3676f
commit 741dd2adb7
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ namespace ArchiSteamFarm {
}
// This is hardcoded blacklist which should not be possible to change
internal static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 303700, 335590, 368020, 425280 };
internal static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 267420 , 303700, 335590, 368020, 425280 };
[JsonProperty(Required = Required.DisallowNull)]
internal bool AutoUpdates { get; private set; } = true;

View File

@@ -6,6 +6,7 @@
"WCFHostname": "localhost",
"WCFPort": 1242,
"Blacklist": [
267420,
303700,
335590,
368020,