fix:房间列表游戏底分
This commit is contained in:
parent
c331d8cfc1
commit
671fd6f8d3
|
@ -1454,6 +1454,7 @@ func CSGetPrivateRoomListHandler(s *netlib.Session, packetId int, data interface
|
||||||
Players: players,
|
Players: players,
|
||||||
CostType: v.CustomParam.GetCostType(),
|
CostType: v.CustomParam.GetCostType(),
|
||||||
Creator: v.creator,
|
Creator: v.creator,
|
||||||
|
BaseScore: v.BaseScore,
|
||||||
}
|
}
|
||||||
if v.CustomWinSnId > 0 {
|
if v.CustomWinSnId > 0 {
|
||||||
p := PlayerMgrSington.GetPlayerBySnId(v.CustomWinSnId)
|
p := PlayerMgrSington.GetPlayerBySnId(v.CustomWinSnId)
|
||||||
|
|
Loading…
Reference in New Issue