1
This commit is contained in:
parent
2572736f6b
commit
c3e4e511d0
@ -92,9 +92,6 @@ func (this *player) CMSearchUserByAccountId(hdr *f5.MsgHdr, msg *cs.CMSearchUser
|
||||
}
|
||||
|
||||
func (this *player) CMListPendingFriendRequest(hdr *f5.MsgHdr, msg *cs.CMListPendingFriendRequest) {
|
||||
rspMsg := new(cs.SMListPendingFriendRequest)
|
||||
this.SendMsg(rspMsg)
|
||||
/*
|
||||
GetFriendMgr().AsyncGetApplyList(
|
||||
0,
|
||||
this.GetAccountId(),
|
||||
@ -120,7 +117,7 @@ func (this *player) CMListPendingFriendRequest(hdr *f5.MsgHdr, msg *cs.CMListPen
|
||||
}
|
||||
this.SendMsg(rspMsg)
|
||||
})
|
||||
})*/
|
||||
})
|
||||
}
|
||||
|
||||
func (this *player) CMListFriend(hdr *f5.MsgHdr, msg *cs.CMListFriend) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user