del betchangelist

This commit is contained in:
tomas 2025-02-27 18:16:21 +08:00
parent 4216d2f39c
commit fc2d894955
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ func SugarRushCreateRoomInfoPacket(s *base.Scene, sceneEx *SugarRushSceneData, p
Response, err := slots.SlotsMgrSington.Enter(playerEx.SlotsSession, int64(s.GameId))
if err == nil {
Response.BetSizes = []int64{100, 1000, 2000, 5000, 7500, 20000}
Response.BetChangeList = []float64{}
pi, _ := json.Marshal(Response)
pack.PlayerInfo = string(pi)
} else {