Skip to content

Commit 40db2f6

Browse files
committed
fix close all windows
1 parent 2b8ac40 commit 40db2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Client.Core/Interface/Game/GameInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ public bool CloseAllWindows()
583583
closedWindows = true;
584584
}
585585

586-
if (mShopWindow is { IsVisibleInTree: false })
586+
if (mShopWindow is { IsVisibleInTree: true })
587587
{
588588
CloseShop();
589589
closedWindows = true;

0 commit comments

Comments
 (0)