client-mixin: invoke x/y should be -1.

This commit is contained in:
Ganom
2022-04-20 18:06:09 -04:00
parent 192405fd18
commit 2309c2e804

View File

@@ -1812,7 +1812,7 @@ public abstract class RSClientMixin implements RSClient
{
assert isClientThread() : "invokeMenuAction must be called on client thread";
client.sendMenuAction(param0, param1, opcode, identifier, option, target, 658, 384);
client.sendMenuAction(param0, param1, opcode, identifier, option, target, -1, -1);
}
@FieldHook("Login_username")