Fix turn-in attempts sometimes only exchanging seals, but not turning in items
This commit is contained in:
parent
c165b77d8f
commit
b8520ffc13
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0-windows</TargetFramework>
|
||||
<Version>2.23</Version>
|
||||
<Version>2.24</Version>
|
||||
<LangVersion>11.0</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
@ -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:");
|
||||
|
Loading…
Reference in New Issue
Block a user