fix init coin
This commit is contained in:
parent
e7f37542cb
commit
64b6af0313
|
|
@ -392,7 +392,7 @@ func (this *SceneStateStartFortuneDragon) OnPlayerOp(s *base.Scene, p *base.Play
|
|||
|
||||
playerEx.BetMode = params[3]
|
||||
|
||||
playerEx.SlotsSession.SetCoin(playerEx.Coin * fortunedragon.NowByte)
|
||||
//playerEx.SlotsSession.SetCoin(playerEx.Coin * fortunedragon.NowByte)
|
||||
|
||||
//get data
|
||||
Response, err := slots.SlotsMgrSington.Play(playerEx.SlotsSession, &base.SpinReq{
|
||||
|
|
|
|||
|
|
@ -390,7 +390,7 @@ func (this *SceneStateStartFortuneRabbit) OnPlayerOp(s *base.Scene, p *base.Play
|
|||
return true
|
||||
}
|
||||
|
||||
playerEx.SlotsSession.SetCoin(playerEx.Coin * fortunerabbit.NowByte)
|
||||
//playerEx.SlotsSession.SetCoin(playerEx.Coin * fortunerabbit.NowByte)
|
||||
|
||||
//get data
|
||||
Response, err := slots.SlotsMgrSington.Play(playerEx.SlotsSession, &base.SpinReq{
|
||||
|
|
|
|||
Loading…
Reference in New Issue