updates post-game time to 12s
This commit is contained in:
@@ -254,7 +254,7 @@ export default function Lobby() {
|
||||
setRevealed(true);
|
||||
setTimeout(() => {
|
||||
setState("next");
|
||||
}, 5000);
|
||||
}, 12000);
|
||||
} else if (state == "next") {
|
||||
nextTrack();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user