change caps Sethome fail error report

melanie
UbitUmarov 2016-12-07 21:30:36 +00:00
parent 9042aa8968
commit 4639409dbe
1 changed files with 1 additions and 1 deletions

View File

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