diff --git a/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs b/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs index 2f485c6b..82444d8a 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/BotController.cs @@ -136,7 +136,7 @@ public class BotController( continue; } - if (botDetails?.BotDifficulty is null) + if (botDetails?.BotDifficulty is null || !botDetails.BotDifficulty.Any()) { // Bot has no difficulty values, skip logger.Warning($"Unable to find bot: {botTypeLower} difficulty values in db, skipping");