Skip to content
Snippets Groups Projects
Commit dc4f4948 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Always show staff names as their specified color regardless of RLV

parent c3d263ec
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment