From 671fd6f8d3bf52110c154082bb68576dc751b4e0 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Tue, 17 Dec 2024 14:42:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=88=BF=E9=97=B4=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=BA=95=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/action_game.go | 1 + 1 file changed, 1 insertion(+) diff --git a/worldsrv/action_game.go b/worldsrv/action_game.go index 7632f0c..324a011 100644 --- a/worldsrv/action_game.go +++ b/worldsrv/action_game.go @@ -1454,6 +1454,7 @@ func CSGetPrivateRoomListHandler(s *netlib.Session, packetId int, data interface Players: players, CostType: v.CustomParam.GetCostType(), Creator: v.creator, + BaseScore: v.BaseScore, } if v.CustomWinSnId > 0 { p := PlayerMgrSington.GetPlayerBySnId(v.CustomWinSnId)