diff --git a/Libraries/SPTarkov.Server.Core/Services/BotEquipmentFilterService.cs b/Libraries/SPTarkov.Server.Core/Services/BotEquipmentFilterService.cs index a86a78d5..32bf7598 100644 --- a/Libraries/SPTarkov.Server.Core/Services/BotEquipmentFilterService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/BotEquipmentFilterService.cs @@ -525,7 +525,7 @@ public class BotEquipmentFilterService( { foreach (var poolAdjustmentKvP in weightingAdjustments.Add) { - var locationToUpdate = botItemPool.GetByJsonProp>( + var locationToUpdate = botItemPool.GetByJsonProp>( poolAdjustmentKvP.Key ); if (locationToUpdate is null) @@ -544,7 +544,7 @@ public class BotEquipmentFilterService( { foreach (var poolAdjustmentKvP in weightingAdjustments.Edit) { - var locationToUpdate = botItemPool.GetByJsonProp>( + var locationToUpdate = botItemPool.GetByJsonProp>( poolAdjustmentKvP.Key ); if (locationToUpdate is null)