xptracker: Fix adding skill to canvas from skill tab (#1340)
This commit is contained in:
committed by
Kyleeld
parent
2c5fceb70f
commit
2d654f9839
@@ -512,7 +512,7 @@ public class XpTrackerPlugin extends Plugin
|
||||
private void onMenuOptionClicked(MenuOptionClicked event)
|
||||
{
|
||||
if (event.getMenuAction().getId() != MenuAction.RUNELITE.getId()
|
||||
|| TO_GROUP(event.getIdentifier()) != WidgetID.SKILLS_GROUP_ID)
|
||||
|| TO_GROUP(event.getActionParam1()) != WidgetID.SKILLS_GROUP_ID)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user