mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
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.
This commit is contained in:
@@ -165,7 +165,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
||||
(uint)presence.AbsolutePosition.Y,
|
||||
(uint)Math.Ceiling(presence.AbsolutePosition.Z));
|
||||
|
||||
m_log.DebugFormat("TP invite with message {0}", message);
|
||||
m_log.DebugFormat("TP invite with message {0}, type {1}", message, lureType);
|
||||
|
||||
GridInstantMessage m = new GridInstantMessage(scene, client.AgentId,
|
||||
client.FirstName+" "+client.LastName, targetid,
|
||||
|
||||
Reference in New Issue
Block a user