inventorytags: fix right click options for inventorytags

This commit is contained in:
7ate9
2019-07-05 14:03:15 -04:00
parent c9f9cc05a9
commit 296004ca2d

View File

@@ -227,6 +227,8 @@ public class InventoryTagsPlugin extends Plugin
menuList[num++] = newMenu;
}
// Need to set the event entries to prevent conflicts
event.setMenuEntries(menuList);
client.setMenuEntries(menuList);
}
}