Correct a flipped bool
This commit is contained in:
@@ -529,7 +529,7 @@ void LLFloaterAvatarList::updateAvatarList()
|
||||
//llinfos << "radar refresh: updating map" << llendl;
|
||||
|
||||
// Check whether updates are enabled
|
||||
if (mUpdate)
|
||||
if (!mUpdate)
|
||||
{
|
||||
refreshTracker();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user