diff --git a/worldsrv/scene.go b/worldsrv/scene.go index 2465fe9..3eeb0dc 100644 --- a/worldsrv/scene.go +++ b/worldsrv/scene.go @@ -977,6 +977,7 @@ func (this *Scene) ProtoPrivateRoom() *gamehall.PrivateRoomInfo { State: this.SceneState, CostType: this.CustomParam.GetCostType(), Cost: costItems, + BaseScore: this.BaseScore, } for _, v := range this.players { ret.Players = append(ret.Players, &gamehall.PrivatePlayerInfo{