updates post-game time to 12s
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user