diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 93d374f..49db84b 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -550,7 +550,7 @@ class Client extends EventEmitter { 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 + nameplate: msg_nameplate, chatbox: char_chatbox, name: char_name, sprite: safe_tags(args[4]).toLowerCase(), |
