From 90d873c4cd6200de81a5c361b957fadee95f0aa1 Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 25 Feb 2026 14:13:09 +0800 Subject: [PATCH] test --- assets/Game/scripts/SlotScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);