好友搜索优化
This commit is contained in:
parent
c19a82f119
commit
9f69ebb15d
@ -1461,7 +1461,7 @@ func ReqSearchPlayer(player *Player, buf []byte) error {
|
||||
if player.PlayMod.getFriendMod().CheckFriend(int(v.DwUin)) {
|
||||
continue
|
||||
}
|
||||
if player.PlayMod.getFriendMod().CheckApply(int(v.DwUin)) {
|
||||
if player.PlayMod.getFriendMod().CheckSendApply(int(v.DwUin)) {
|
||||
continue
|
||||
}
|
||||
SearchPlayer := G_GameLogicPtr.GetResSimplePlayerByUid(int(v.DwUin))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user