mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Added "show queues" command that shows throttling queues for all clients.
*** This only works for LLCLientView at the moment ***
This commit is contained in:
@@ -4227,7 +4227,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar);
|
||||
}
|
||||
|
||||
internal void ForEachClient(Action<IClientAPI> action)
|
||||
public void ForEachClient(Action<IClientAPI> action)
|
||||
{
|
||||
m_sceneGraph.ForEachClient(action);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user