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,10 +107,6 @@ namespace ArchiSteamFarm {
[JsonProperty(Required = Required.DisallowNull)]
internal bool Statistics { get; private set; } = true;
// TODO: Please remove me immediately after https://github.com/SteamRE/SteamKit/issues/254 gets fixed
[JsonProperty(Required = Required.DisallowNull)]
internal bool HackIgnoreMachineID { get; private set; } = false;
[JsonProperty(Required = Required.DisallowNull)]
internal HashSet<uint> Blacklist { get; private set; } = new HashSet<uint>(GlobalBlacklist);