ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py
@@ -41,12 +41,6 @@
    if not curFindPlayer or curFindPlayer.IsEmpty():
        return ''
    
    #===========================================================================
    # accState = curFindPlayer.GetAccState()
    # if (accState & pow(2, ChConfig.Def_PysForbidTalk)) > 0:
    #    curFindPlayer.SetAccState(accState ^ pow(2, ChConfig.Def_PysForbidTalk))
    #===========================================================================
    curFindName = curFindPlayer.GetPlayerName()
    #流向
    DataRecordPack.DR_ToolGMOperate(query_ID, curFindName, curFindPlayer.GetAccID(), 'GMTUnForbidTalk')