From c3ff0dc8effa3c6800610cacfdf322de94725171 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 8 Nov 2024 10:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=AD=89=E7=BA=A7=E6=8E=92?= =?UTF-8?q?=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/action_server.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() { // 破产检测