This commit is contained in:
JustArchi
2016-12-15 03:38:16 +01:00
parent aa063425ce
commit 1bb19415d4
3 changed files with 4 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ namespace ConfigGenerator {
private const ushort DefaultWCFPort = 1242;
// This is hardcoded blacklist which should not be possible to change
private static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730 };
private static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730, 566020 };
[Category("\tUpdates")]
[JsonProperty(Required = Required.DisallowNull)]