diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 42051d07e1..3c23c741a7 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -4264,6 +4264,8 @@ namespace OpenSim.Region.Framework.Scenes // FIXME: Asynchronous iteration is disabled until we have a threading model that // can support calling this function from an async packet handler without // potentially deadlocking + m_clientManager.ForEachSync(action); + //if (doAsynchronous) // m_clientManager.ForEach(action); //else