diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index 61807fd..396ae89 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -283,9 +283,9 @@ export class SlotScene extends Component { isFreeSpin: boolean = false, isFeatureBuy: boolean = false ) { + this.isReceiveMsg = false; try { this.gameState.isOnReconnect = false; - this.isReceiveMsg = false; this.isErr = false this.slotGame.spin(this.gameState.isInFreeSpin);