diff options
| author | stonedDiscord <Tukz@gmx.de> | 2021-09-07 18:52:38 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2021-09-07 18:52:38 +0200 |
| commit | ca069ddfc5e06b7f49ddbdd50b5cd06edc5ddd6e (patch) | |
| tree | 37e80e41c4188be3c0a6149abb48e93e9ef2dfa7 /webAO/client.js | |
| parent | f9b62a97a0795c41b6fd3193bc10df7f18ff908f (diff) | |
parse fading arg and discard it
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; |
