From 60b0ab9ddf0102279eee55ee84442b73c8e85eaa Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 11 Jul 2018 18:03:40 -0400 Subject: [PATCH] runelite-scripts: check length check in chatbox input --- runelite-scripts/scripts/ChatboxInput.rs2asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-scripts/scripts/ChatboxInput.rs2asm b/runelite-scripts/scripts/ChatboxInput.rs2asm index 34cf781099..a9f0cf7f57 100644 --- a/runelite-scripts/scripts/ChatboxInput.rs2asm +++ b/runelite-scripts/scripts/ChatboxInput.rs2asm @@ -9,7 +9,7 @@ runelite_callback ; invoke callback pop_int ; pop chat type string_length ; get string length of chat message - iload 0 ; load 0 + load_int 0 ; load 0 if_icmpne LABEL100 ; if length is not 0, continue return LABEL100: