From 9a9f7390f7102d72345f5a00a9fe648be45d6014 Mon Sep 17 00:00:00 2001 From: TheSergiooo Date: Tue, 14 Mar 2017 08:18:31 +0300 Subject: [PATCH] ConfigGenerator fix --- ConfigGenerator/BotConfig.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ConfigGenerator/BotConfig.cs b/ConfigGenerator/BotConfig.cs index 21154a3c5..597d9df31 100644 --- a/ConfigGenerator/BotConfig.cs +++ b/ConfigGenerator/BotConfig.cs @@ -116,6 +116,10 @@ namespace ConfigGenerator { [JsonProperty(Required = Required.DisallowNull)] public ulong SteamMasterID { get; set; } = 0; + [LocalizedCategory("Access")] + [JsonProperty(Required = Required.DisallowNull)] + public ulong SteamOperatorID { get; set; } = 0; + [LocalizedCategory("Access")] [JsonProperty] public string SteamParentalPIN { get; set; } = "0";