From e3b5f645a34fe57e0a8da069e4112aa00418afd6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 24 十一月 2018 17:29:02 +0800
Subject: [PATCH] 4762 Add: B3 11 助战记录列表 #tagGCHelpBattleRecordList Add: B2 08 获得仙缘币信息 #tagMCAddXianyuanCoinMsg

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
index 7507d08..62c7c82 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
@@ -272,9 +272,10 @@
         GameWorld.Log("JoinFriendAnswer -> 封包异常 ->玩家没有这个请求", playerID)
         return
     
-    if not clientData.Answer and srcPlayer:
-        #XW_SJ_RefuseApply  XXX拒绝把你加为好友
-        PlayerControl.NotifyCode(srcPlayer, 'Friend_RejectFriend', [curPlayer.GetName()])
+    if not clientData.Answer: 
+        if srcPlayer:
+            #XW_SJ_RefuseApply  XXX拒绝把你加为好友
+            PlayerControl.NotifyCode(srcPlayer, 'Friend_RejectFriend', [curPlayer.GetName()])
         return
     
     # 黑名单检查

--
Gitblit v1.8.0