summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-08 16:41:08 -0800
committerJames Cook <james@lindenlab.com>2010-03-08 16:41:08 -0800
commit1f340919533db8c49755002311b72483057a56c9 (patch)
tree54d3e3ff0db1daad1be8ff06c21f9d6e791a73ae /indra/llmessage
parent3d074fa20167a7c06f00c394481060e3d7101b11 (diff)
Removed custom star badges for Lindens.
Plan is to use avatar profile pictures for these.
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llavatarnamecache.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp
index 5384e1f067..5f9e600d47 100644
--- a/indra/llmessage/llavatarnamecache.cpp
+++ b/indra/llmessage/llavatarnamecache.cpp
@@ -105,10 +105,10 @@ void LLAvatarNameCache::processNameFromService(const LLSD& row)
av_name.mLastUpdate = now;
// HACK for pretty stars
- if (row["last_name"].asString() == "Linden")
- {
- av_name.mBadge = "Person_Star";
- }
+ //if (row["last_name"].asString() == "Linden")
+ //{
+ // av_name.mBadge = "Person_Star";
+ //}
// Some avatars don't have explicit display names set
if (av_name.mDisplayName.empty())