project: Mixins fix RL MenuAction types

This commit is contained in:
Owain van Brakel
2021-12-23 03:22:21 +01:00
parent f560ec6386
commit cc32ba3112

View File

@@ -2063,7 +2063,7 @@ public abstract class RSClientMixin implements RSClient
if (len > 0)
{
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;