ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnForbidTalk.py
@@ -40,6 +40,7 @@
    # 获得并转换字符串
    playerName = gmCmdDict.get(GMCommon.Def_GMKey_PlayerName, '')
    playerAccID = gmCmdDict.get(GMCommon.Def_GMKey_PlayerAccID, '')
    unForbidDevice = gmCmdDict.get("unForbidDevice", '')
    
    playerFind = ''
    # 账号禁言
@@ -54,7 +55,7 @@
    # 通过账号锁定
    if playerFind != '':
        GMCommon.GMTool_MapServer_Query(queryType, orderId, playerFind,
                                         gmCmdDict, 'GMTUnForbidTalk', [])
                                         gmCmdDict, 'GMTUnForbidTalk', [unForbidDevice])
        return
    forbidAccIP = gmCmdDict.get(GMCommon.Def_GMKey_IP, '')