diff options
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js index 20006ab..4c5ae8b 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -758,6 +758,7 @@ class Client extends EventEmitter { const showname = args[3] || ""; const looping = Boolean(args[4]); const channel = Number(args[5]) || 0; + const fading = Number(args[6]) || 0; // unused in web const music = viewport.music[channel]; let musicname; |
