hch
2018-09-17 48b04bf3b900bb42d22e4b6784e90827c969fa05
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFriend.py
@@ -272,7 +272,8 @@
        GameWorld.Log("JoinFriendAnswer -> 封包异常 ->玩家没有这个请求", playerID)
        return
    
    if not clientData.Answer and srcPlayer:
    if not clientData.Answer:
        if srcPlayer:
        #XW_SJ_RefuseApply  XXX拒绝把你加为好友
        PlayerControl.NotifyCode(srcPlayer, 'Friend_RejectFriend', [curPlayer.GetName()])
        return