diff --git a/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs b/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs index 1cbe5ca1..52750ff2 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs @@ -48,7 +48,7 @@ public class BotController( public int GetBotPresetGenerationLimit(string type) { - if (!_botConfig.PresetBatch.TryGetValue(type.ToLower(), out var limit)) + if (!_botConfig.PresetBatch.TryGetValue(type, out var limit)) { _logger.Warning(_localisationService.GetText("bot-bot_preset_count_value_missing", type));