diff --git a/Libraries/Core/Services/BotEquipmentFilterService.cs b/Libraries/Core/Services/BotEquipmentFilterService.cs
index 4bcf5bfb..1d495749 100644
--- a/Libraries/Core/Services/BotEquipmentFilterService.cs
+++ b/Libraries/Core/Services/BotEquipmentFilterService.cs
@@ -344,7 +344,7 @@ public class BotEquipmentFilterService
/// Bot item dictionary to adjust
protected void AdjustWeighting(
AdjustmentDetails weightingAdjustments,
- Dictionary> botItemPool,
+ Dictionary> botItemPool,
bool showEditWarnings = true)
{
//TODO, bad typing by key with method below due to, EquipmentSlots
@@ -360,7 +360,7 @@ public class BotEquipmentFilterService
///
protected void AdjustWeighting(
AdjustmentDetails? weightingAdjustments,
- Dictionary> botItemPool,
+ Dictionary> botItemPool,
bool showEditWarnings = true)
{
if (weightingAdjustments is null)