1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 47s

This commit is contained in:
TJH 2025-12-24 18:01:38 +08:00
parent 610215ae87
commit b3105c800f

View File

@ -143,6 +143,10 @@ export class SlotRanking extends Component {
return false; return false;
} }
if (this.slotScene.gameState.isEliminating) {
return false;
}
return true; return true;
} }