scripts: correctly pop unused input string when blocking chat input
This commit is contained in:
@@ -322,8 +322,11 @@ LABEL241:
|
|||||||
iconst 0 ;
|
iconst 0 ;
|
||||||
sconst "blockChatInput" ;
|
sconst "blockChatInput" ;
|
||||||
runelite_callback ;
|
runelite_callback ;
|
||||||
if_icmpeq LABEL247 ; don't add to input varcstr
|
if_icmpeq SKIPSETVARC ; skip setting varc with input
|
||||||
set_varc_string 335
|
set_varc_string 335
|
||||||
|
jump LABEL247 ; jump over SKIPSETVARC
|
||||||
|
SKIPSETVARC:
|
||||||
|
pop_string ; pop message
|
||||||
LABEL247:
|
LABEL247:
|
||||||
invoke 223
|
invoke 223
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user