scripts: fix privateMessage message skipping
This was incorrectly looping if the message was to be skipped
This commit is contained in:
@@ -153,7 +153,7 @@ LABEL104:
|
|||||||
iconst 0 ; whether or not to skip
|
iconst 0 ; whether or not to skip
|
||||||
runelite_callback ; invoke callback
|
runelite_callback ; invoke callback
|
||||||
iconst 1
|
iconst 1
|
||||||
if_icmpeq LABEL104 ; if skipped, do not message
|
if_icmpeq LABEL107 ; if skipped, do not message
|
||||||
chat_sendprivate
|
chat_sendprivate
|
||||||
LABEL107:
|
LABEL107:
|
||||||
clientclock
|
clientclock
|
||||||
|
|||||||
Reference in New Issue
Block a user