diff options
Diffstat (limited to 'linden/indra/newview/llvoavatar.cpp')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index b8bc6e9..f1e45e5 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp | |||
@@ -2981,7 +2981,7 @@ bool LLVOAvatar::updateClientTags() | |||
2981 | { | 2981 | { |
2982 | std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_list.xml"); | 2982 | std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_list.xml"); |
2983 | //Imprudence FIXME: provide own ressource | 2983 | //Imprudence FIXME: provide own ressource |
2984 | LLSD response = LLHTTPClient::blockingGet("http://www.modularsystems.sl/app/client_tags/client_list.xml"); | 2984 | LLSD response = LLHTTPClient::blockingGet("http://www.imprudenceviewer.org/app/client_list/client_list.xml"); |
2985 | if(response.has("body")) | 2985 | if(response.has("body")) |
2986 | { | 2986 | { |
2987 | const LLSD &client_list = response["body"]; | 2987 | const LLSD &client_list = response["body"]; |