1
This commit is contained in:
parent
54dba4b18a
commit
17ac92f5a1
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user