hxp
2018-10-16 f460b6035d693dd40c361f7c289c5dac2a2a32a1
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py
@@ -196,7 +196,7 @@
    ipyData = IpyGameDataPY.IPY_Data().GetQuestionBankByIndex(questionID-1)
    answerList = eval(ipyData.GetAnswer())
    ChContent = PlayerTalk.ChangeVoiceChat(content)
    ChContent = ChContent.decode(GameWorld.GetCharacterEncoding()).encode(ShareDefine.Def_Game_Character_Encoding)
    ChContent = GameWorld.CodeToGBK(ChContent)
    ChContent = ChContent.strip()
    isRight = ChContent in answerList
#    if curPlayer.GetMapID() != ChConfig.Def_FBMapID_FamilyParty: