modify 房间列表
This commit is contained in:
parent
daf20b6310
commit
6a84a97c94
|
@ -977,6 +977,7 @@ func (this *Scene) ProtoPrivateRoom() *gamehall.PrivateRoomInfo {
|
||||||
State: this.SceneState,
|
State: this.SceneState,
|
||||||
CostType: this.CustomParam.GetCostType(),
|
CostType: this.CustomParam.GetCostType(),
|
||||||
Cost: costItems,
|
Cost: costItems,
|
||||||
|
BaseScore: this.BaseScore,
|
||||||
}
|
}
|
||||||
for _, v := range this.players {
|
for _, v := range this.players {
|
||||||
ret.Players = append(ret.Players, &gamehall.PrivatePlayerInfo{
|
ret.Players = append(ret.Players, &gamehall.PrivatePlayerInfo{
|
||||||
|
|
Loading…
Reference in New Issue