aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-15 19:15:33 +0100
committersD <stoned@derpymail.org>2020-02-15 19:15:33 +0100
commit1a77b20db5a70419a0f93ab038c0fc358f4e4f3c (patch)
treee00410cf5e5114f73e2fe821d6d2d16abada1806 /webAO/client.js
parentfdc679c9d5adde77af0b9baf190ad18d4f9f6dd7 (diff)
the end was missing
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 0c03c12..3353cc1 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -411,7 +411,7 @@ class Client extends EventEmitter {
* @param {number?} song the song to be played
*/
sendMusic(song) {
- this.sendServer(`MC#${song}`);
+ this.sendServer(`MC#${song}#${this.charID}#%`);
}
/**