From 93ebe58d0927404653dc394ecd8ff57276a356da Mon Sep 17 00:00:00 2001 From: Chomp Date: Sun, 19 Jan 2025 23:55:32 +0000 Subject: [PATCH] Fix --- Libraries/Core/Services/BotEquipmentFilterService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)