diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Bots/BotGenerationDetails.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Bots/BotGenerationDetails.cs index 7b4acb1d..5b6ba063 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Bots/BotGenerationDetails.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Bots/BotGenerationDetails.cs @@ -83,6 +83,7 @@ public record BotGenerationDetails public string? Location { get; set; } /// + /// DEFAULT: True /// Should the bot container cache be cleared after generating bot equipment + loot /// [JsonPropertyName("clearBotContainerCacheAfterGeneration")]