diff --git a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs index 18ee03c7..71f5ebc0 100644 --- a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs @@ -861,9 +861,8 @@ public class SeasonalEventService( return; } - var mapKeys = botsToAddPerMap; var locations = _databaseService.GetLocations().GetAllPropsAsDict(); - foreach (var (locationKey, _) in mapKeys) + foreach (var (locationKey, _) in botsToAddPerMap) { if (!botsToAddPerMap.TryGetValue(locationKey, out var bossesToAdd)) {