From 7903e7bb21e831e633073829ae84efeb8f9eaf49 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sun, 11 May 2014 17:57:09 +0200 Subject: [PATCH] Fix RLVa shownames restriction being over-applied to IMs shown in chat console --- indra/newview/fsconsoleutils.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/newview/fsconsoleutils.cpp b/indra/newview/fsconsoleutils.cpp index 97cfa3232e..5d7d0dfd8b 100644 --- a/indra/newview/fsconsoleutils.cpp +++ b/indra/newview/fsconsoleutils.cpp @@ -261,11 +261,6 @@ void FSConsoleUtils::onProccessInstantMessageNameLookup(const LLUUID& agent_id, senderName = av_name.getUserNameForDisplay(); } - if (rlv_handler_t::isEnabled() && gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMES)) - { - senderName = RlvStrings::getAnonym(senderName); - } - // Replacing the "IM" in front of group chat messages with the actual group name if (!group.empty()) {