diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 69e80b5..f1c6064 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -739,6 +739,15 @@ bool LLAppViewer::init() | |||
739 | // | 739 | // |
740 | initWindow(); | 740 | initWindow(); |
741 | 741 | ||
742 | { | ||
743 | BOOL download = gSavedSettings.getBOOL("DownloadClientTags"); | ||
744 | |||
745 | if(download) | ||
746 | { | ||
747 | LLVOAvatar::updateClientTags(); | ||
748 | } | ||
749 | } | ||
750 | |||
742 | // call all self-registered classes | 751 | // call all self-registered classes |
743 | LLInitClassList::instance().fireCallbacks(); | 752 | LLInitClassList::instance().fireCallbacks(); |
744 | 753 | ||