Skip to content
Snippets Groups Projects
Commit ec010fc4 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Cosmetic tweak

parent ff37eeba
No related branches found
No related tags found
No related merge requests found
......@@ -3697,7 +3697,7 @@ bool process_login_success_response(U32& first_sim_size_x, U32& first_sim_size_y
LLViewerMedia::getInstance()->openIDSetup(openid_url, openid_token);
}
if (!LLGridManager::instance().isInSecondlife())
if (LLGridManager::instance().isInOpenSim())
{
if (response.has("max-agent-groups") || response.has("max_groups"))
{
......@@ -3724,7 +3724,7 @@ bool process_login_success_response(U32& first_sim_size_x, U32& first_sim_size_y
}
else if (LLGridManager::getInstance()->isInOpenSim())
{
currency = "$";
currency = "OS$";
}
LLCurrencyWrapper::getInstance()->setHomeCurrency(currency);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment