diff options
* Added "show queues" command that shows throttling queues for all clients.
*** This only works for LLCLientView at the moment ***
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 8dcd071..7a4c385 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -4227,7 +4227,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
4227 | return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar); | 4227 | return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar); |
4228 | } | 4228 | } |
4229 | 4229 | ||
4230 | internal void ForEachClient(Action<IClientAPI> action) | 4230 | public void ForEachClient(Action<IClientAPI> action) |
4231 | { | 4231 | { |
4232 | m_sceneGraph.ForEachClient(action); | 4232 | m_sceneGraph.ForEachClient(action); |
4233 | } | 4233 | } |