diff options
Diffstat (limited to 'OpenSim')
-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 |