优化
This commit is contained in:
parent
e229ab8f98
commit
2b816c3370
@ -566,6 +566,11 @@ func FriendLogBackData(p *Player) {
|
|||||||
var reply []*proto.ResFriendReply
|
var reply []*proto.ResFriendReply
|
||||||
for _, v := range FriendMod.ReplyList {
|
for _, v := range FriendMod.ReplyList {
|
||||||
ps := G_GameLogicPtr.GetResSimplePlayerByUid(v.Uid)
|
ps := G_GameLogicPtr.GetResSimplePlayerByUid(v.Uid)
|
||||||
|
if ps == nil {
|
||||||
|
ps = &proto.ResPlayerSimple{
|
||||||
|
Uid: int64(v.Uid),
|
||||||
|
}
|
||||||
|
}
|
||||||
reply = append(reply, &proto.ResFriendReply{
|
reply = append(reply, &proto.ResFriendReply{
|
||||||
Player: ps,
|
Player: ps,
|
||||||
Type: int32(v.Type),
|
Type: int32(v.Type),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user