From 664640c281cf43a302e8ba7ef378368de7d77cdd Mon Sep 17 00:00:00 2001 From: Max Weber Date: Thu, 27 Sep 2018 04:57:49 -0600 Subject: [PATCH] Fix WidgetIDs in ChatboxInputInit --- runelite-client/src/main/scripts/ChatboxInputInit.rs2asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm b/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm index ee2c268184..3a371df950 100644 --- a/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm +++ b/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm @@ -48,7 +48,7 @@ ; Set text sload 0 - load_int 10616869 ; 162:37 + load_int 10616876 widget_put_text_widget ; Init the widgets @@ -59,7 +59,7 @@ load_int 10002 load_int -2147483639 ; typedKey load_string "i" - load_int 10616870 + load_int 10616877 widget_put_key_listener_widget ; Restore the chatbox on exit @@ -67,7 +67,7 @@ load_int 1 load_int 1 load_string "ii" - load_int 10616870 + load_int 10616877 widget_put_dialog_abort_listener_widget ; 70% sure this opens the keyboard on mobile