This commit is contained in:
kron
2025-07-26 19:40:50 +08:00
parent 85c7712cec
commit 7ce8b9c513
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ async function onReceiveMessage(messages = []) {
if (currentRound.value === 4) {
currentRound.value = 1;
}
if (scores.value.length === total / 2) {
if (practiseId && scores.value.length === total / 2) {
showGuide.value = true;
setTimeout(() => {
showGuide.value = false;