From df740d8e5c2ce5f43eac11917390b783b4d91230 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 20 Jan 2011 23:21:25 +0000 Subject: remove reference to CoreModules from ClientStack.LindenUDP client stack uses modules in the same way that scene does - through their interfaces --- OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/CoreModules/Agent') diff --git a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs index 3240434..11e3f4a 100644 --- a/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs +++ b/OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs @@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.UDP.Linden "Show queue data for each client", "Without the 'full' option, only users actually on the region are shown." + " With the 'full' option child agents of users in neighbouring regions are also shown.", - ShowQueuesReport); + ShowQueuesReport); } public void RemoveRegion(Scene scene) @@ -195,6 +195,6 @@ namespace OpenSim.Region.CoreModules.UDP.Linden } return report.ToString(); - } + } } } \ No newline at end of file -- cgit v1.1