diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-04-06 22:17:15 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-04-06 22:17:15 +0200 |
| commit | 9a175fa1ea4a2acaf109fcdd532f4663e8b594e5 (patch) | |
| tree | 9e3bfde77ae12afd3fdfe023cbe1fa86985ee6c9 /webAO/client.ts | |
| parent | ef11d76ef5300d921711228fa64afebf8f9a3131 (diff) | |
this is not supposed to be escaped
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index a993266..94083f1 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -400,7 +400,7 @@ class Client extends EventEmitter { other_emote = '##'; other_offset = '#0#0'; } - extra_cccc = `${escapeChat(showname)}#${other_charid}${escapeChat(other_emote)}#${self_offset}${other_offset}#${Number(noninterrupting_preanim)}#`; + extra_cccc = `${escapeChat(showname)}#${other_charid}${other_emote}#${self_offset}${other_offset}#${Number(noninterrupting_preanim)}#`; if (extrafeatures.includes('looping_sfx')) { extra_27 = `${Number(looping_sfx)}#${Number(screenshake)}#${frame_screenshake}#${frame_realization}#${frame_sfx}#`; |
