mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* Fixed agent counts on the Simulator stats pane
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user