diff options
author | Justin Clark-Casey (justincc) | 2011-01-20 23:21:25 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-20 23:21:25 +0000 |
commit | df740d8e5c2ce5f43eac11917390b783b4d91230 (patch) | |
tree | 327598f139b6da3310e2aded330116d58ed42ddc /OpenSim/Region/CoreModules | |
parent | Move "show queues" command out of OpenSim.cs and into a separate module. (diff) | |
download | opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.zip opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.gz opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.bz2 opensim-SC_OLD-df740d8e5c2ce5f43eac11917390b783b4d91230.tar.xz |
remove reference to CoreModules from ClientStack.LindenUDP
client stack uses modules in the same way that scene does - through their interfaces
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
86 | "Show queue data for each client", | 86 | "Show queue data for each client", |
87 | "Without the 'full' option, only users actually on the region are shown." | 87 | "Without the 'full' option, only users actually on the region are shown." |
88 | + " With the 'full' option child agents of users in neighbouring regions are also shown.", | 88 | + " With the 'full' option child agents of users in neighbouring regions are also shown.", |
89 | ShowQueuesReport); | 89 | ShowQueuesReport); |
90 | } | 90 | } |
91 | 91 | ||
92 | public void RemoveRegion(Scene scene) | 92 | public void RemoveRegion(Scene scene) |
@@ -195,6 +195,6 @@ namespace OpenSim.Region.CoreModules.UDP.Linden | |||
195 | } | 195 | } |
196 | 196 | ||
197 | return report.ToString(); | 197 | return report.ToString(); |
198 | } | 198 | } |
199 | } | 199 | } |
200 | } \ No newline at end of file | 200 | } \ No newline at end of file |