modify 房间列表

This commit is contained in:
sk 2024-12-20 09:49:26 +08:00
parent daf20b6310
commit 6a84a97c94
1 changed files with 1 additions and 0 deletions

View File

@ -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{