diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BotConfig.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BotConfig.cs index fb11db48..0bfddd17 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BotConfig.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Config/BotConfig.cs @@ -127,7 +127,7 @@ public record BotConfig : BaseConfig public required HashSet BotRolesThatMustHaveUniqueName { get; set; } /// - /// Bot roles that must have a unique name when generated vs other bots in raid + /// Values relating to the weekly boss system - a boss is randomly picked each week to spawn at 100% of the time /// [JsonPropertyName("weeklyBoss")] public required WeeklyBossSettings WeeklyBoss { get; set; }