From b8520ffc135bb0cc0aaae08f7f247c043bba9ad7 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 7 Jan 2024 16:36:15 +0100 Subject: [PATCH] Fix turn-in attempts sometimes only exchanging seals, but not turning in items --- Deliveroo/Deliveroo.csproj | 2 +- Deliveroo/DeliverooPlugin.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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:");