test
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m25s

This commit is contained in:
TJH 2026-02-25 14:13:09 +08:00
parent c035ac8c54
commit 90d873c4cd

View File

@ -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);