project(mixins): remove WIDGET_CONTINUE check

This commit is contained in:
Owain van Brakel
2022-04-25 10:56:54 +02:00
parent 060d45c617
commit 26ca429e59

View File

@@ -1790,15 +1790,6 @@ public abstract class RSClientMixin implements RSClient
}
}
if (opcode == MenuAction.WIDGET_CONTINUE.getId())
{
Widget widget = client.getWidget(param1);
if (widget == null || param0 > -1 && widget.getChild(param0) == null)
{
return;
}
}
copy$menuAction(event.getParam0(), event.getParam1(),
event.getMenuAction() == UNKNOWN ? opcode : event.getMenuAction().getId(),
event.getId(), event.getMenuOption(), event.getMenuTarget(),