Add a small delay in NewAgentConnection to fix an issue with Hippo

(and possibly other cleints) getting their data mixed up.
avinationmerge
Melanie 2009-12-31 06:19:22 +01:00
parent a08360e3cd
commit 9602227eb6
1 changed files with 3 additions and 0 deletions

View File

@ -3414,6 +3414,9 @@ namespace OpenSim.Region.Framework.Scenes
CapsModule.AddCapsHandler(agent.AgentID);
if ((teleportFlags & ((uint)TeleportFlags.ViaLandmark | (uint)TeleportFlags.ViaLocation | (uint)TeleportFlags.ViaLandmark | (uint)TeleportFlags.Default)) != 0)
System.Threading.Thread.Sleep(2000);
if (!agent.child)
{
if (TestBorderCross(agent.startpos,Cardinals.E))