[Radar] Attempt to fix the rare spamming of left/entered messages

This commit is contained in:
Inusaito Sayori
2014-12-29 16:44:50 -05:00
parent b9acd64221
commit fe21270bbc

View File

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