Add bool LLMuteList::isLinden(const LLUUID& id) for use in situations where the available name may be just display name, but there is a UUID available instead.
This commit is contained in:
@@ -409,7 +409,7 @@ void LLNetMap::draw()
|
||||
avColor = it->second;
|
||||
}
|
||||
//Lindens are always more Linden than your friend, make that take precedence
|
||||
else if(LLMuteList::getInstance()->isLinden(avName))
|
||||
else if(LLMuteList::getInstance()->isLinden(id))
|
||||
{
|
||||
avColor = linden_color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user