diff options
author | UbitUmarov | 2016-12-07 21:30:36 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-07 21:30:36 +0000 |
commit | 4639409dbe0a05136f61fba773b84666c99b2264 (patch) | |
tree | 76928d9d2bb6729d8da7c46f8c7483e2be7642c2 /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps | |
parent | add missing sp Intransit control (diff) | |
download | opensim-SC-4639409dbe0a05136f61fba773b84666c99b2264.zip opensim-SC-4639409dbe0a05136f61fba773b84666c99b2264.tar.gz opensim-SC-4639409dbe0a05136f61fba773b84666c99b2264.tar.bz2 opensim-SC-4639409dbe0a05136f61fba773b84666c99b2264.tar.xz |
change caps Sethome fail error report
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 032104d..6873325 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -1675,7 +1675,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
1675 | if(fail) | 1675 | if(fail) |
1676 | { | 1676 | { |
1677 | if(client != null) | 1677 | if(client != null) |
1678 | client.SendAlertMessage(message, "HomePositionSet"); | 1678 | client.SendAlertMessage(message); |
1679 | response = OSDParser.SerializeLLSDXmlString(resp); | 1679 | response = OSDParser.SerializeLLSDXmlString(resp); |
1680 | return response; | 1680 | return response; |
1681 | } | 1681 | } |