diff --git a/ConfigGenerator/BotConfig.cs b/ConfigGenerator/BotConfig.cs index 2cc29d617..62c7e50eb 100644 --- a/ConfigGenerator/BotConfig.cs +++ b/ConfigGenerator/BotConfig.cs @@ -78,6 +78,7 @@ namespace ConfigGenerator { [JsonProperty(Required = Required.DisallowNull)] public bool IsBotAccount { get; set; } = false; + [Category("\tAdvanced")] [JsonProperty(ObjectCreationHandling = ObjectCreationHandling.Replace, Required = Required.DisallowNull)] public List LootableTypes { get; set; } = new List { Steam.Item.EType.BoosterPack, Steam.Item.EType.FoilTradingCard, Steam.Item.EType.TradingCard };