test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m25s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m25s
This commit is contained in:
parent
c035ac8c54
commit
90d873c4cd
@ -283,9 +283,9 @@ export class SlotScene extends Component {
|
|||||||
isFreeSpin: boolean = false,
|
isFreeSpin: boolean = false,
|
||||||
isFeatureBuy: boolean = false
|
isFeatureBuy: boolean = false
|
||||||
) {
|
) {
|
||||||
|
this.isReceiveMsg = false;
|
||||||
try {
|
try {
|
||||||
this.gameState.isOnReconnect = false;
|
this.gameState.isOnReconnect = false;
|
||||||
this.isReceiveMsg = false;
|
|
||||||
|
|
||||||
this.isErr = false
|
this.isErr = false
|
||||||
this.slotGame.spin(this.gameState.isInFreeSpin);
|
this.slotGame.spin(this.gameState.isInFreeSpin);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user