Merge branch 'develop' of git.pogorockgames.com:mango-games/server/game into develop
This commit is contained in:
commit
73b9436768
|
|
@ -215,6 +215,7 @@ func GatesOfOlympusCreateRoomInfoPacket(s *base.Scene, sceneEx *GatesOfOlympusSc
|
||||||
Response, err := slots.SlotsMgrSington.Enter(playerEx.SlotsSession, int64(s.GameId))
|
Response, err := slots.SlotsMgrSington.Enter(playerEx.SlotsSession, int64(s.GameId))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
data := assemble.DataToCli(Response).(assemble.TableInfo)
|
data := assemble.DataToCli(Response).(assemble.TableInfo)
|
||||||
|
data.BetConfig.BetSize = data.BetConfig.BetSize[:6]
|
||||||
pi, _ := json.Marshal(data)
|
pi, _ := json.Marshal(data)
|
||||||
pack.PlayerInfo = string(pi)
|
pack.PlayerInfo = string(pi)
|
||||||
if sceneEx.BetConfig == nil {
|
if sceneEx.BetConfig == nil {
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,7 @@ type (
|
||||||
FortuneDragon JSON
|
FortuneDragon JSON
|
||||||
FortuneMouse JSON
|
FortuneMouse JSON
|
||||||
CashMania JSON
|
CashMania JSON
|
||||||
|
GatesOfOlympus JSON
|
||||||
Test JSON
|
Test JSON
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue