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:
Lirusaito
2013-02-12 20:43:10 -05:00
parent f95830fe23
commit 43bb5d6e39
4 changed files with 10 additions and 2 deletions

View File

@@ -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;
}