diff options
Diffstat (limited to 'webAO/client.js')
| -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 c37419f..c79da55 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -454,8 +454,8 @@ class Client extends EventEmitter { //we already set defaults } - const chatmsg = { - deskmod: safe_tags(args[1]).toLowerCase(), + let chatmsg = { + deskmod: safe_tags(args[1]).toLowerCase(), preanim: safe_tags(args[2]).toLowerCase(), // get preanim nameplate: msg_nameplate, // TODO: there's a new feature that let's people choose the name that's displayed name: args[3].toLowerCase(), |
