This commit is contained in:
aozhiwei 2024-04-07 15:52:50 +08:00
parent 2572736f6b
commit c3e4e511d0

View File

@ -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) {