From 53f6aae1c6d444e00590377d831ecc40f52066cd Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 5 Dec 2024 13:42:21 +0800 Subject: [PATCH] add totalbet rec --- gamesrv/fortuneox/scenepolicy_fortuneox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamesrv/fortuneox/scenepolicy_fortuneox.go b/gamesrv/fortuneox/scenepolicy_fortuneox.go index 2868476..d6a4b33 100644 --- a/gamesrv/fortuneox/scenepolicy_fortuneox.go +++ b/gamesrv/fortuneox/scenepolicy_fortuneox.go @@ -518,7 +518,7 @@ func FortuneOxAndSaveLog(sceneEx *FortuneOxSceneData, playerEx *FortuneOxPlayerD json.Unmarshal(sp, &spinLock) respinStatus = spinLock.ReSpinStatus } - if respinStatus == 0 || respinStatus == 1 { + if respinStatus != 0 && respinStatus != 1 { data.TotalBet = 0 }