updates post-game time to 12s

This commit is contained in:
2025-08-21 19:54:18 +02:00
parent 7ed8895038
commit 946548d001
+1 -1
View File
@@ -254,7 +254,7 @@ export default function Lobby() {
setRevealed(true); setRevealed(true);
setTimeout(() => { setTimeout(() => {
setState("next"); setState("next");
}, 5000); }, 12000);
} else if (state == "next") { } else if (state == "next") {
nextTrack(); nextTrack();
} }