project: Mixins fix RL MenuAction types
This commit is contained in:
@@ -2063,7 +2063,7 @@ public abstract class RSClientMixin implements RSClient
|
|||||||
if (len > 0)
|
if (len > 0)
|
||||||
{
|
{
|
||||||
int type = getMenuOpcodes()[len - 1];
|
int type = getMenuOpcodes()[len - 1];
|
||||||
return type == MenuAction.RUNELITE_OVERLAY.getId();
|
return type == MenuAction.RUNELITE_OVERLAY.getId() || type == MenuAction.RUNELITE_OVERLAY_CONFIG.getId() || type == MenuAction.RUNELITE_INFOBOX.getId();
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user