* Fixed agent counts on the Simulator stats pane
parent
2fd2e0285c
commit
6a4a10f0a1
|
@ -1326,7 +1326,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
if (m_scenePresences.ContainsKey(agentID))
|
if (m_scenePresences.ContainsKey(agentID))
|
||||||
{
|
{
|
||||||
m_scenePresences[agentID].MakeRootAgent(position, isFlying);
|
m_scenePresences[agentID].MakeRootAgent(position, isFlying);
|
||||||
m_innerScene.SwapRootChildAgent(false);
|
//m_innerScene.SwapRootChildAgent(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue