This commit is contained in:
tomas 2025-03-03 11:35:15 +08:00
parent 6e59204e95
commit 52794a6893
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ type CustomPay struct {
}
func (s *SugarRushSceneData) EnterResponseFixCoin(Response *cli.SlotsEnterResponse, reload bool) {
if reload {
return
}
//if reload {
// return
//}
Response.Coin /= sugarrush.NowByte
Response.NodeTree.BetCoin.Coin /= sugarrush.NowByte
for k := range Response.NodeTree.Nodes {