diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-16 09:08:28 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-11-16 09:08:28 -0500 |
commit | 222bda14b6bafb0a62b6d4fac7ec815dea65b4e6 (patch) | |
tree | f80bd20f6bcf19492797feccbc7bb2adaadb98c1 /indra/newview/llstartup.cpp | |
parent | 80561014b0c30b6e3ce04f0a23daed612f3c4075 (diff) | |
parent | 3ea3d4cf16894c928cd60c19429dbec158185f96 (diff) |
merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llstartup.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 5ee4599200..230dfaea51 100644..100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3071,6 +3071,11 @@ bool process_login_success_response() } // Request the map server url + // Non-agni grids have a different default location. + if (!LLGridManager::getInstance()->isInProductionGrid()) + { + gSavedSettings.setString("MapServerURL", "http://test.map.secondlife.com.s3.amazonaws.com/"); + } std::string map_server_url = response["map-server-url"]; if(!map_server_url.empty()) { |