mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-06 23:44:19 +08:00
playing countdown only on 3 2 1
This commit is contained in:
parent
930564b1d3
commit
b05db77e78
1 changed files with 1 additions and 1 deletions
|
|
@ -645,7 +645,7 @@ MP.socket.on("mp_room_test_start", (data) => {
|
|||
|
||||
MP.socket.on("mp_room_test_countdown", (data) => {
|
||||
updateCountdown(data.val);
|
||||
mp_playSound("cd");
|
||||
if (val <= 3) mp_playSound("cd");
|
||||
// Notifications.add(`countdown ${data.val}`,0);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue