Compare commits

..

No commits in common. "3b364a545eea80ae3b3cc61f3f5b89116f54e8f6" and "bab26915f2e390e69cadd1916caae5fda64773eb" have entirely different histories.

1 changed files with 8 additions and 8 deletions

View File

@ -117,14 +117,14 @@ func init() {
}
}
//更新玩家等级排行榜
//mq.Write(&model.PlayerLevelInfo{
// SnId: p.SnId,
// Name: p.Name,
// Level: p.Level,
// Exp: p.Exp,
// ModId: p.PlayerData.GetRoleId(),
// Platform: p.Platform,
//})
mq.Write(&model.PlayerLevelInfo{
SnId: p.SnId,
Name: p.Name,
Level: p.Level,
Exp: p.Exp,
ModId: p.PlayerData.GetRoleId(),
Platform: p.Platform,
})
//比赛场不处理下面的内容
if !scene.IsMatchScene() && !scene.IsCustom() {
// 破产检测