This commit is contained in:
parent
610215ae87
commit
b3105c800f
@ -143,6 +143,10 @@ export class SlotRanking extends Component {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.slotScene.gameState.isEliminating) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user