Merge remote-tracking branch 'origin/master'

This commit is contained in:
Owain van Brakel
2022-04-21 07:21:49 +02:00

View File

@@ -1812,7 +1812,7 @@ public abstract class RSClientMixin implements RSClient
{ {
assert isClientThread() : "invokeMenuAction must be called on client thread"; 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") @FieldHook("Login_username")