Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2016-12-09 04:50:07 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1675,7 +1675,7 @@ namespace OpenSim.Region.ClientStack.Linden
if(fail)
{
if(client != null)
client.SendAlertMessage(message, "HomePositionSet");
client.SendAlertMessage(message);
response = OSDParser.SerializeLLSDXmlString(resp);
return response;
}