diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 6eaa816f2..56da45e7e 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -4130,7 +4130,7 @@ bool process_login_success_response(std::string& password, U32& first_sim_size_x LLWorldMap::gotMapServerURL(true); } - bool opensim = gHippoGridManager->getConnectedGrid()->isOpenSimulator(); + bool opensim = !gHippoGridManager->getConnectedGrid()->isSecondLife(); if (opensim) { std::string web_profile_url = response["web_profile_url"];