diff --git a/Deliveroo/Deliveroo.csproj b/Deliveroo/Deliveroo.csproj index 9540a4d..1b63539 100644 --- a/Deliveroo/Deliveroo.csproj +++ b/Deliveroo/Deliveroo.csproj @@ -1,7 +1,7 @@ net7.0-windows - 2.23 + 2.24 11.0 enable true diff --git a/Deliveroo/DeliverooPlugin.cs b/Deliveroo/DeliverooPlugin.cs index b294860..f133b5f 100644 --- a/Deliveroo/DeliverooPlugin.cs +++ b/Deliveroo/DeliverooPlugin.cs @@ -237,6 +237,7 @@ public sealed partial class DeliverooPlugin : IDalamudPlugin { CurrentStage = Stage.TargetPersonnelOfficer; _itemsToPurchaseNow = _turnInWindow.SelectedItems; + ResetTurnInErrorHandling(); if (_itemsToPurchaseNow.Count > 0) { _pluginLog.Information("Items to purchase:");