Update blacklist, closes #232

This commit is contained in:
JustArchi
2016-06-09 19:12:16 +02:00
parent 95df9057c2
commit fc0d0abaaf
3 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ namespace ConfigGenerator {
private const ProtocolType DefaultSteamProtocol = ProtocolType.Tcp;
// 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 };
private static readonly HashSet<uint> GlobalBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730 };
[JsonProperty(Required = Required.DisallowNull)]
public bool Debug { get; set; } = false;