summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-18 18:47:25 -0800
committerJames Cook <james@lindenlab.com>2010-02-18 18:47:25 -0800
commitfe1dc7dc7e8386a673ff11b1afac93affd14d875 (patch)
tree701977b8014fcb3bd912940c343d296f54d25332 /indra/llmessage
parentee81adb01b8619302898471fdbba5c93f716d10b (diff)
Default using display names to on for now until I can fix the
code to turn them off
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llavatarnamecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp
index 0941dff0fa..b991638f75 100644
--- a/indra/llmessage/llavatarnamecache.cpp
+++ b/indra/llmessage/llavatarnamecache.cpp
@@ -44,7 +44,7 @@
namespace LLAvatarNameCache
{
- bool sUseDisplayNames = false;
+ bool sUseDisplayNames = true;
// accumulated agent IDs for next query against service
typedef std::set<LLUUID> ask_queue_t;