From e455fe295670ac74b5cc670ce5cfb5f8069b7e36 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 28 八月 2018 14:46:01 +0800 Subject: [PATCH] fix:3000 仙盟宴会修改为可在任意地图进行答题 --- ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py index 04bf6c9..0c297ac 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py +++ b/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) -- Gitblit v1.8.0