aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-06-01 18:01:56 +0200
committersD <stoned@derpymail.org>2020-06-01 18:01:56 +0200
commit85637212c626b57d352da8746982096b5e97c4b6 (patch)
tree0521d0923b12f3421a9b9ef53952887f959970f1
parentf98e25772c45ef8d16708b38e7a8d0c88cbd2086 (diff)
shownames are already done
-rw-r--r--webAO/client.js2
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(),