That didn't change anything.
Revert "One more tweak to check the infinity problem"
This reverts commit 2b696bc0c8
.
cpu-performance
parent
2b696bc0c8
commit
701e15760c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue