diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-04-05 23:26:38 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-04-05 23:26:38 +0200 |
| commit | ef11d76ef5300d921711228fa64afebf8f9a3131 (patch) | |
| tree | 3faae0f8a5b73783db716c783ec8f195844cd515 /webAO | |
| parent | 64ca5ccad6c93e0c8ac5f892d8a1de46b5fa4ca1 (diff) | |
uncheck sfx after sending one
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 993a230..a993266 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -2637,6 +2637,7 @@ function resetICParams() { document.getElementById('button_shake').className = 'client_button'; (<HTMLInputElement>document.getElementById('sendpreanim')).checked = false; + (<HTMLInputElement>document.getElementById('sendsfx')).checked = false; if (selectedShout) { document.getElementById(`button_${selectedShout}`).className = 'client_button'; |
