aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-27 22:31:47 +0000
committerJustin Clark-Casey (justincc)2013-02-27 22:32:14 +0000
commit0e8ec5649ec5929927760368226ac5c584dc4a4e (patch)
tree65ff115e879af069f66af0ca8ad0aba71f6cd422 /OpenSim/Region/Application
parentGet "show modules" console command to show modules in alphabetical order, and... (diff)
downloadopensim-SC_OLD-0e8ec5649ec5929927760368226ac5c584dc4a4e.zip
opensim-SC_OLD-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.gz
opensim-SC_OLD-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.bz2
opensim-SC_OLD-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.xz
Get "show modules" console command to obey selected command line region/s
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 20e00e3..4075edb 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -809,7 +809,7 @@ namespace OpenSim
809 break; 809 break;
810 810
811 case "modules": 811 case "modules":
812 SceneManager.ForEachScene( 812 SceneManager.ForEachSelectedScene(
813 scene => 813 scene =>
814 { 814 {
815 MainConsole.Instance.OutputFormat("Loaded region modules in {0} are:", scene.Name); 815 MainConsole.Instance.OutputFormat("Loaded region modules in {0} are:", scene.Name);
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 3c8e199..c555915 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -668,7 +668,7 @@ namespace OpenSim
668 // listenIP = IPAddress.Parse("0.0.0.0"); 668 // listenIP = IPAddress.Parse("0.0.0.0");
669 669
670 uint port = (uint) regionInfo.InternalEndPoint.Port; 670 uint port = (uint) regionInfo.InternalEndPoint.Port;
671 IClientNetworkServer clientNetworkServer; 671
672 if (m_autoCreateClientStack) 672 if (m_autoCreateClientStack)
673 { 673 {
674 clientNetworkServers = m_clientStackManager.CreateServers( 674 clientNetworkServers = m_clientStackManager.CreateServers(