Try to do opensim login stuff if not secondlife, not just if opensim/wc

This commit is contained in:
Lirusaito
2019-03-17 19:26:25 -04:00
parent b755880dd3
commit a6e08bfc0f

View File

@@ -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"];