diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 2091bf0..2e34d1c 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3414,6 +3414,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
3414 | 3414 | ||
3415 | CapsModule.AddCapsHandler(agent.AgentID); | 3415 | CapsModule.AddCapsHandler(agent.AgentID); |
3416 | 3416 | ||
3417 | if ((teleportFlags & ((uint)TeleportFlags.ViaLandmark | (uint)TeleportFlags.ViaLocation | (uint)TeleportFlags.ViaLandmark | (uint)TeleportFlags.Default)) != 0) | ||
3418 | System.Threading.Thread.Sleep(2000); | ||
3419 | |||
3417 | if (!agent.child) | 3420 | if (!agent.child) |
3418 | { | 3421 | { |
3419 | if (TestBorderCross(agent.startpos,Cardinals.E)) | 3422 | if (TestBorderCross(agent.startpos,Cardinals.E)) |