Fix RLVa shownames restriction being over-applied to IMs shown in chat console

Ansariel 2014-05-11 17:57:09 +02:00
parent 507280d4c8
commit 7903e7bb21
1 changed files with 0 additions and 5 deletions

View File

@ -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())
{