mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
ConfigGenerator fix
This commit is contained in:
@@ -116,6 +116,10 @@ namespace ConfigGenerator {
|
|||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
public ulong SteamMasterID { get; set; } = 0;
|
public ulong SteamMasterID { get; set; } = 0;
|
||||||
|
|
||||||
|
[LocalizedCategory("Access")]
|
||||||
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
|
public ulong SteamOperatorID { get; set; } = 0;
|
||||||
|
|
||||||
[LocalizedCategory("Access")]
|
[LocalizedCategory("Access")]
|
||||||
[JsonProperty]
|
[JsonProperty]
|
||||||
public string SteamParentalPIN { get; set; } = "0";
|
public string SteamParentalPIN { get; set; } = "0";
|
||||||
|
|||||||
Reference in New Issue
Block a user