ContextMenu in trading screen; possible multi-select click not working in raid fix

This commit is contained in:
Tyfon
2024-08-17 00:56:27 -07:00
parent 344fd9334a
commit 28238b8e4d
2 changed files with 24 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ public static class MultiSelectPatches
___ItemController is InventoryControllerClass inventoryController)
{
SortingTableClass sortingTable = inventoryController.Inventory.SortingTable;
if (sortingTable != null && sortingTable.IsVisible)
if (sortingTable != null && sortingTable.IsVisible && !Plugin.InRaid())
{
couldBeSortingTableMove = true;
}