aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
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/OpenSimBase.cs
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 '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs2
1 files changed, 1 insertions, 1 deletions
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(