hxp
2019-12-17 1bb1e88734e66ab342a36c5aee554773ff1ecb5b
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')
@@ -61,7 +55,7 @@
            break
    
    PlayerControl.SetGMForbidenTalk(curFindPlayer, 0)
    PlayerControl.NotifyCode(curFindPlayer, "GeRen_liubo_97211")
    #PlayerControl.NotifyCode(curFindPlayer, "GeRen_liubo_97211")
    return ''