From 17ac92f5a1dee3f78b35e32254917d3a08401fea Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:50:30 +0800 Subject: [PATCH] 1 --- src/server/cluster/cluster_func.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/server/cluster/cluster_func.go b/src/server/cluster/cluster_func.go index 2571144d..27eb476f 100644 --- a/src/server/cluster/cluster_func.go +++ b/src/server/cluster/cluster_func.go @@ -49,18 +49,6 @@ func HandShakeRecv(a *Agent, m *msg.Msg) error { }, }) } - syncMsg := &msg.Msg{ - Type: msg.CLUSTER_FRIEND_SYNC, - To: ServerId, - } - sendGameMsg(syncMsg) - // fmt.Print("现有区服连接:") - // serverAgent.Range(func(key, value interface{}) bool { - // fmt.Print(key) - // fmt.Print(",") - // return true - // }) - // fmt.Println() return nil }