Fix display names not being considered default if the display name is sent empty
This commit is contained in:
@@ -122,6 +122,7 @@ void LLAvatarName::fromLLSD(const LLSD& sd)
|
||||
if (mDisplayName.empty())
|
||||
{
|
||||
mDisplayName = mUsername;
|
||||
mIsDisplayNameDefault = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user