That didn't change anything.

Revert "One more tweak to check the infinity problem"

This reverts commit 2b696bc0c8.
cpu-performance
Diva Canto 2013-07-23 10:10:33 -07:00
parent 2b696bc0c8
commit 701e15760c
1 changed files with 2 additions and 2 deletions

View File

@ -1361,8 +1361,6 @@ namespace OpenSim.Region.Framework.Scenes
// Tell the client that we're totally ready
ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
ValidateAndSendAppearanceAndAgentData();
// Remember in HandleUseCircuitCode, we delayed this to here
if (m_teleportFlags > 0)
SendInitialDataToMe();
@ -1392,6 +1390,8 @@ namespace OpenSim.Region.Framework.Scenes
// client.Name, client.AgentId, m_scene.RegionInfo.RegionName);
// }
ValidateAndSendAppearanceAndAgentData();
// Create child agents in neighbouring regions
if (openChildAgents && !IsChildAgent)
{