Don't fetch itemid of Change Icon menu option on tabs

This commit is contained in:
raiyni
2018-10-11 11:21:52 -05:00
parent b988fe5a81
commit 3591f5a5b4

View File

@@ -320,7 +320,7 @@ public class TabInterface
if (iconToSet != null)
{
if (event.getMenuOption().startsWith(CHANGE_ICON))
if (event.getMenuOption().startsWith(CHANGE_ICON + " ("))
{
ItemComposition item = getItem(event.getActionParam());
int itemId = itemManager.canonicalize(item.getId());