aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Lure
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-03-28 02:17:32 +0000
committerJustin Clark-Casey (justincc)2013-03-28 02:17:32 +0000
commitb05ed4ffa693f3481f97a197de7e582492dc7271 (patch)
tree313883f6b04b17c6581b9e1a93a276f251a1dd62 /OpenSim/Region/CoreModules/Avatar/Lure
parentOn the North and East sides of a megaregion, only consider regions within 256... (diff)
downloadopensim-SC_OLD-b05ed4ffa693f3481f97a197de7e582492dc7271.zip
opensim-SC_OLD-b05ed4ffa693f3481f97a197de7e582492dc7271.tar.gz
opensim-SC_OLD-b05ed4ffa693f3481f97a197de7e582492dc7271.tar.bz2
opensim-SC_OLD-b05ed4ffa693f3481f97a197de7e582492dc7271.tar.xz
Instead of going via GodLikeRequestTeleport, auto-teleport the agent directly in a megaregion, in the same manner at the "teleport user" console command.
This is to bypass an issue with the HGLureModule which stops the auto-teleport from happening.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Lure')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs b/OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs
index e4b0cfa..7f4606b 100644
--- a/OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Lure/LureModule.cs
@@ -165,7 +165,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
165 (uint)presence.AbsolutePosition.Y, 165 (uint)presence.AbsolutePosition.Y,
166 (uint)Math.Ceiling(presence.AbsolutePosition.Z)); 166 (uint)Math.Ceiling(presence.AbsolutePosition.Z));
167 167
168 m_log.DebugFormat("TP invite with message {0}", message); 168 m_log.DebugFormat("TP invite with message {0}, type {1}", message, lureType);
169 169
170 GridInstantMessage m = new GridInstantMessage(scene, client.AgentId, 170 GridInstantMessage m = new GridInstantMessage(scene, client.AgentId,
171 client.FirstName+" "+client.LastName, targetid, 171 client.FirstName+" "+client.LastName, targetid,