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

View File

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