From 56f1b03cd0eccb8549b3f87f76b2a9494239b585 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 18 Dec 2008 13:16:41 +0000 Subject: * Added "show queues" command that shows throttling queues for all clients. *** This only works for LLCLientView at the moment *** --- OpenSim/Region/Environment/Scenes/Scene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes') 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 return m_sceneGraph.TryGetAvatarByName(avatarName, out avatar); } - internal void ForEachClient(Action action) + public void ForEachClient(Action action) { m_sceneGraph.ForEachClient(action); } -- cgit v1.1