diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index e709d6c..439f79d 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -5446,7 +5446,7 @@ Label_GroupsDone: | |||
5446 | /// <param name="action"></param> | 5446 | /// <param name="action"></param> |
5447 | public void ForEachClient(Action<IClientAPI> action) | 5447 | public void ForEachClient(Action<IClientAPI> action) |
5448 | { | 5448 | { |
5449 | m_clientManager.ForEachSync(action); | 5449 | m_clientManager.ForEach(action); |
5450 | } | 5450 | } |
5451 | 5451 | ||
5452 | public int GetNumberOfClients() | 5452 | public int GetNumberOfClients() |