diff --git a/ARControl/ARControl.csproj b/ARControl/ARControl.csproj index d2065cc..7991536 100644 --- a/ARControl/ARControl.csproj +++ b/ARControl/ARControl.csproj @@ -1,7 +1,7 @@ net7.0-windows - 2.10 + 2.11 11.0 enable true diff --git a/ARControl/AutoRetainerControlPlugin.cs b/ARControl/AutoRetainerControlPlugin.cs index 957d1cb..9702d47 100644 --- a/ARControl/AutoRetainerControlPlugin.cs +++ b/ARControl/AutoRetainerControlPlugin.cs @@ -178,7 +178,7 @@ public sealed partial class AutoRetainerControlPlugin : IDalamudPlugin ? inProgress : 0), }) - .Where(x => x.InventoryCount <= x.RequestedCount) + .Where(x => x.InventoryCount < x.RequestedCount) .ToList() .AsReadOnly();