* Fixed agent counts on the Simulator stats pane

afrisby
Teravus Ovares 2007-12-12 13:52:30 +00:00
parent 2fd2e0285c
commit 6a4a10f0a1
1 changed files with 1 additions and 1 deletions

View File

@ -1326,7 +1326,7 @@ namespace OpenSim.Region.Environment.Scenes
if (m_scenePresences.ContainsKey(agentID))
{
m_scenePresences[agentID].MakeRootAgent(position, isFlying);
m_innerScene.SwapRootChildAgent(false);
//m_innerScene.SwapRootChildAgent(false);
}
}
}