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) {
|
func (this *player) CMListPendingFriendRequest(hdr *f5.MsgHdr, msg *cs.CMListPendingFriendRequest) {
|
||||||
rspMsg := new(cs.SMListPendingFriendRequest)
|
|
||||||
this.SendMsg(rspMsg)
|
|
||||||
/*
|
|
||||||
GetFriendMgr().AsyncGetApplyList(
|
GetFriendMgr().AsyncGetApplyList(
|
||||||
0,
|
0,
|
||||||
this.GetAccountId(),
|
this.GetAccountId(),
|
||||||
@ -120,7 +117,7 @@ func (this *player) CMListPendingFriendRequest(hdr *f5.MsgHdr, msg *cs.CMListPen
|
|||||||
}
|
}
|
||||||
this.SendMsg(rspMsg)
|
this.SendMsg(rspMsg)
|
||||||
})
|
})
|
||||||
})*/
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (this *player) CMListFriend(hdr *f5.MsgHdr, msg *cs.CMListFriend) {
|
func (this *player) CMListFriend(hdr *f5.MsgHdr, msg *cs.CMListFriend) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user