This commit is contained in:
hahwu 2025-12-18 14:50:30 +08:00
parent 54dba4b18a
commit 17ac92f5a1

View File

@ -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
}