Bulk of server-baking impelmentation and a bit of cleanup.
This commit is contained in:
@@ -4314,6 +4314,13 @@ bool process_login_success_response(std::string& password)
|
||||
gCloudTextureID = id;
|
||||
}
|
||||
#endif
|
||||
// set the location of the Agent Appearance service, from which we can request
|
||||
// avatar baked textures if they are supported by the current region
|
||||
std::string agent_appearance_url = response["agent_appearance_service"];
|
||||
if (!agent_appearance_url.empty())
|
||||
{
|
||||
gSavedSettings.setString("AgentAppearanceServiceURL", agent_appearance_url);
|
||||
}
|
||||
}
|
||||
|
||||
// Override grid info with anything sent in the login response
|
||||
|
||||
Reference in New Issue
Block a user