xdh
2018-08-28 e455fe295670ac74b5cc670ce5cfb5f8069b7e36
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py
@@ -196,11 +196,11 @@
    ChContent = ChContent.decode(GameWorld.GetCharacterEncoding()).encode(ShareDefine.Def_Game_Character_Encoding)
    ChContent = ChContent.strip()
    isRight = ChContent in answerList
    if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
        if isRight:
            PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
            PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
        return
#    if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty:
#        if isRight:
#            PlayerControl.FamilyNotify(curFamilyid, 'FamilyPleaseIntoParty')
#            PlayerControl.NotifyCode(curPlayer, 'FamilyNoIntoParty')
#        return
    
    playerID = curPlayer.GetID()
    GameWorld.DebugLog("    answer=%s  ChContent=%s"%(answerList, ChContent), playerID)