aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp
index 2732d48..f3eec54 100644
--- a/linden/indra/newview/llvoavatar.cpp
+++ b/linden/indra/newview/llvoavatar.cpp
@@ -3428,7 +3428,7 @@ void LLVOAvatar::resolveClient(LLColor4& avatar_name_color, std::string& client,
3428 } 3428 }
3429 if(avatar->getTE(5)->getID() != avatar->getTE(6)->getID() && !client.empty()) 3429 if(avatar->getTE(5)->getID() != avatar->getTE(6)->getID() && !client.empty())
3430 { 3430 {
3431 client = "Failure"; 3431 client = "Unknown";
3432 avatar_name_color = LLColor4::grey; 3432 avatar_name_color = LLColor4::grey;
3433 } 3433 }
3434 if(client.empty() && LLVOAvatar::sClientResolutionList.has("default")) 3434 if(client.empty() && LLVOAvatar::sClientResolutionList.has("default"))