diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 19:15:33 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 19:15:33 +0100 |
| commit | 1a77b20db5a70419a0f93ab038c0fc358f4e4f3c (patch) | |
| tree | e00410cf5e5114f73e2fe821d6d2d16abada1806 | |
| parent | fdc679c9d5adde77af0b9baf190ad18d4f9f6dd7 (diff) | |
the end was missing
| -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 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}#%`); } /** |
