diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Agent/UDP/Linden/LindenUDPModule.cs | 4 | ||||
-rw-r--r-- | prebuild.xml | 1 |
2 files changed, 2 insertions, 3 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 |
diff --git a/prebuild.xml b/prebuild.xml index 854149b..73cc81e 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1556,7 +1556,6 @@ | |||
1556 | <Reference name="OpenSim.Framework.Communications"/> | 1556 | <Reference name="OpenSim.Framework.Communications"/> |
1557 | <Reference name="OpenSim.Framework.Statistics"/> | 1557 | <Reference name="OpenSim.Framework.Statistics"/> |
1558 | <Reference name="OpenSim.Region.Physics.Manager"/> | 1558 | <Reference name="OpenSim.Region.Physics.Manager"/> |
1559 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1560 | <Reference name="XMLRPC" path="../../../bin/"/> | 1559 | <Reference name="XMLRPC" path="../../../bin/"/> |
1561 | <Reference name="Nini" path="../../../bin/"/> | 1560 | <Reference name="Nini" path="../../../bin/"/> |
1562 | <Reference name="log4net" path="../../../bin/"/> | 1561 | <Reference name="log4net" path="../../../bin/"/> |