test002
This commit is contained in:
parent
6e59204e95
commit
52794a6893
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue