Skip to content
Snippets Groups Projects
Commit fe1dc7dc authored by James Cook's avatar James Cook
Browse files

Default using display names to on for now until I can fix the

code to turn them off
parent ee81adb0
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
namespace LLAvatarNameCache namespace LLAvatarNameCache
{ {
bool sUseDisplayNames = false; bool sUseDisplayNames = true;
// accumulated agent IDs for next query against service // accumulated agent IDs for next query against service
typedef std::set<LLUUID> ask_queue_t; typedef std::set<LLUUID> ask_queue_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment