Kill HackIgnoreMachineID with fire

This commit is contained in:
JustArchi
2016-07-08 07:16:42 +02:00
parent 1ca31ee33e
commit 77413f13e2
4 changed files with 11 additions and 81 deletions

View File

@@ -107,9 +107,6 @@ namespace ConfigGenerator {
[JsonProperty(Required = Required.DisallowNull)]
public bool Statistics { get; set; } = true;
[JsonProperty(Required = Required.DisallowNull)]
public bool HackIgnoreMachineID { get; set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
public List<uint> Blacklist { get; set; } = new List<uint>();