fix:房间列表游戏底分

This commit is contained in:
sk 2024-12-17 14:42:38 +08:00
parent c331d8cfc1
commit 671fd6f8d3
1 changed files with 1 additions and 0 deletions

View File

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