mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 09:00:13 +00:00
Misc
This commit is contained in:
@@ -51,7 +51,7 @@ namespace ArchiSteamFarm {
|
|||||||
internal readonly bool AutoUpdates = true;
|
internal readonly bool AutoUpdates = true;
|
||||||
|
|
||||||
[JsonProperty(ObjectCreationHandling = ObjectCreationHandling.Replace, Required = Required.DisallowNull)]
|
[JsonProperty(ObjectCreationHandling = ObjectCreationHandling.Replace, Required = Required.DisallowNull)]
|
||||||
internal readonly HashSet<uint> Blacklist = GlobalBlacklist;
|
internal readonly HashSet<uint> Blacklist = new HashSet<uint>(GlobalBlacklist);
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
internal readonly bool Debug = false;
|
internal readonly bool Debug = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user