scripts: fix privateMessage message skipping

This was incorrectly looping if the message was to be skipped
This commit is contained in:
Adam
2020-09-02 10:25:21 -04:00
parent 081253273b
commit b9b505acc4

View File

@@ -153,7 +153,7 @@ LABEL104:
iconst 0 ; whether or not to skip
runelite_callback ; invoke callback
iconst 1
if_icmpeq LABEL104 ; if skipped, do not message
if_icmpeq LABEL107 ; if skipped, do not message
chat_sendprivate
LABEL107:
clientclock