diff options
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.js b/webAO/client.js index 027c334..4dd89b8 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -651,8 +651,8 @@ class Client extends EventEmitter { other_charid: Number(args[17]), other_name: safe_tags(args[18]), other_emote: safe_tags(args[19]), - self_offset: args[20].split('&'), - other_offset: args[21].split('&'), + self_offset: args[20].split('<and>'), // HACK: here as well, client is fucked and uses this instead of & + other_offset: args[21].split('<and>'), other_flip: Number(args[22]), noninterrupting_preanim: Number(args[23]) }; |
