diff --git a/worldsrv/action_server.go b/worldsrv/action_server.go index f62a53b..b169f39 100644 --- a/worldsrv/action_server.go +++ b/worldsrv/action_server.go @@ -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() { // 破产检测