fix some multi-select context actions not working in raid

This commit is contained in:
Tyfon
2024-06-20 14:35:41 -07:00
parent 391533ffd2
commit 83a88e6ae6
3 changed files with 10 additions and 19 deletions

View File

@@ -121,7 +121,7 @@ namespace UIFixes
____text.text += " (x" + count + ")";
}
}
else if (caption == EItemInfoButton.UnloadAmmo.ToString())
else if (caption == EItemInfoButton.UnloadAmmo.ToString()))
{
int count = MultiSelect.InteractionCount(EItemInfoButton.UnloadAmmo, ItemUiContext.Instance);
if (count > 0)