diff --git a/Libraries/Core/Controllers/BotController.cs b/Libraries/Core/Controllers/BotController.cs index 02141678..81cf63f8 100644 --- a/Libraries/Core/Controllers/BotController.cs +++ b/Libraries/Core/Controllers/BotController.cs @@ -196,7 +196,7 @@ public class BotController( pmcProfile, allPmcsHaveSameNameAsPlayer, raidSettings, - _botConfig.PresetBatch!.GetValueOrDefault(condition.Role, condition.Limit), + Math.Max(_botConfig.PresetBatch!.GetValueOrDefault(condition.Role, 1), condition.Limit), // Get largest between value passed in from request vs whats in bot.config _botHelper.IsBotPmc(condition.Role)); // Generate bots for the current condition