[Radar] Attempt to fix the rare spamming of left/entered messages
This commit is contained in:
@@ -622,9 +622,8 @@ void LLFloaterAvatarList::expireAvatarList()
|
||||
for(av_list_t::iterator it = mAvatars.begin(); it != mAvatars.end();)
|
||||
{
|
||||
LLAvatarListEntry* entry = it->get();
|
||||
if (!entry->isDead())
|
||||
if (entry->getAlive() && !entry->isDead())
|
||||
{
|
||||
entry->getAlive();
|
||||
++it;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user