From 6a84a97c9407c36452465ae5290156957f6d33e9 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 20 Dec 2024 09:49:26 +0800 Subject: [PATCH] =?UTF-8?q?modify=20=E6=88=BF=E9=97=B4=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/scene.go | 1 + 1 file changed, 1 insertion(+) 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{