diff options
author | James Cook <james@lindenlab.com> | 2010-02-18 18:47:25 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-18 18:47:25 -0800 |
commit | fe1dc7dc7e8386a673ff11b1afac93affd14d875 (patch) | |
tree | 701977b8014fcb3bd912940c343d296f54d25332 | |
parent | ee81adb01b8619302898471fdbba5c93f716d10b (diff) |
Default using display names to on for now until I can fix the
code to turn them off
-rw-r--r-- | indra/llmessage/llavatarnamecache.cpp | 2 |
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; |