diff options
author | McCabe Maxsted | 2010-08-04 02:13:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-07 06:22:50 -0700 |
commit | 71389fbe085c029467fb79607a8c5f4b7833632c (patch) | |
tree | 9491564fd8b38ea8bfc3bfa6e99f63a289c41d04 /linden/indra | |
parent | Don't llerrs if textures have bogus params (diff) | |
download | meta-impy-71389fbe085c029467fb79607a8c5f4b7833632c.zip meta-impy-71389fbe085c029467fb79607a8c5f4b7833632c.tar.gz meta-impy-71389fbe085c029467fb79607a8c5f4b7833632c.tar.bz2 meta-impy-71389fbe085c029467fb79607a8c5f4b7833632c.tar.xz |
Don't list clients as 'Failure' as it confuses people and isn't very nice
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 2 |
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")) |