Skip to content

Commit 477c573

Browse files
fix: Added Closing ShopExchangeItem to StopBusy
1 parent f6138a1 commit 477c573

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Helpers/GeneralFunctions.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ public static async Task StopBusy(bool leaveDuty = true, bool stopFishing = true
233233
Conversation.SelectQuit();
234234
}
235235

236+
if (LlamaLibrary.RemoteWindows.ShopExchangeItem.Instance.IsOpen)
237+
{
238+
LlamaLibrary.RemoteWindows.ShopExchangeItem.Instance.Close();
239+
}
240+
236241
await Coroutine.Wait(2500, () => !CheckIfBusy(leaveDuty, stopFishing, dismount));
237242
await Coroutine.Sleep(500);
238243
}

0 commit comments

Comments
 (0)