From df883aeea766ea448e33bf442e1d4998abcbafde Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E7=82=B9=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/message_handler.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/server/game/message_handler.go b/src/server/game/message_handler.go index 98ba2658..61f4eff2 100644 --- a/src/server/game/message_handler.go +++ b/src/server/game/message_handler.go @@ -530,6 +530,12 @@ func (p *Player) handle(m *msg.Msg) error { return nil } applyUids, ok := info["apply_uids"].([]int64) + p.TeLog("login_recive_logout_msg", map[string]interface{}{ + "apply_uids": applyUids, + "other_uids": info["other_uids"], + "apply_count": info["apply_count"], + "other_count": info["other_count"], + }) if ok && len(applyUids) > 0 { var faceList []int var name string