diff --git a/indra/newview/alavatarcolormgr.cpp b/indra/newview/alavatarcolormgr.cpp index b65c692faa4fd55414f89dbe655f1cdf8388b4c4..b890d593f7fdb773b4febd49bbdcda4f04d397e1 100644 --- a/indra/newview/alavatarcolormgr.cpp +++ b/indra/newview/alavatarcolormgr.cpp @@ -98,7 +98,7 @@ const LLColor4& ALAvatarColorMgr::getColor(const LLUUID& id) LLAvatarNameCache::get(id, &av_name); const bool rlv_show_name = RlvActions::canShowName(RlvActions::SNC_DEFAULT, id); - if (LLMuteList::instance().isLinden(av_name.getUserName()) && rlv_show_name) // linden + if (LLMuteList::instance().isLinden(av_name.getUserName())) // linden { return av_linden_color.get(); }