From 97a41369d9610eba818a04957b43e3d137c902d2 Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 20 Oct 2025 15:37:24 +0100 Subject: [PATCH] Improved comment --- Libraries/SPTarkov.Server.Core/Models/Spt/Config/BotConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }