diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 20:35:21 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 20:35:21 +0100 |
| commit | 79c28e905ba52a54193d21a7ac1ed0466de1e23d (patch) | |
| tree | c4a1e749d69815c4400632819d5e29b9c10ed8b8 | |
| parent | 879e396216a8eb312d2a33803c7ca043c240b331 (diff) | |
try to unfuck it
| -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(), |
