[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();)
|
for(av_list_t::iterator it = mAvatars.begin(); it != mAvatars.end();)
|
||||||
{
|
{
|
||||||
LLAvatarListEntry* entry = it->get();
|
LLAvatarListEntry* entry = it->get();
|
||||||
if (!entry->isDead())
|
if (entry->getAlive() && !entry->isDead())
|
||||||
{
|
{
|
||||||
entry->getAlive();
|
|
||||||
++it;
|
++it;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user