parent
43dac03ec0
commit
07b543d6bf
@ -47,7 +47,7 @@ export class BlockchainBlocksComponent implements OnInit, OnDestroy {
|
|||||||
this.blocks = this.blocks.slice(0, 8);
|
this.blocks = this.blocks.slice(0, 8);
|
||||||
|
|
||||||
if (!refilling) {
|
if (!refilling) {
|
||||||
setTimeout(() => this.audioService.playSound('bright-harmony'));
|
// setTimeout(() => this.audioService.playSound('bright-harmony'));
|
||||||
block.stage = block.matchRate >= 80 ? 1 : 2;
|
block.stage = block.matchRate >= 80 ? 1 : 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user