playing countdown only on 3 2 1

This commit is contained in:
Miodec 2021-01-21 03:20:57 +00:00
parent 930564b1d3
commit b05db77e78

View file

@ -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);
});