mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
change caps Sethome fail error report
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user