From 1a77b20db5a70419a0f93ab038c0fc358f4e4f3c Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 15 Feb 2020 19:15:33 +0100 Subject: the end was missing --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO') 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}#%`); } /** -- cgit