From 65448cd02d2b07ef04a87678dd685d443f4eb836 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 5 Feb 2009 19:34:23 +0000 Subject: * refactor: Split out module Command class into a separate file --- OpenSim/Region/Application/OpenSimBase.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 1bd38ff..aca1829 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -85,9 +85,7 @@ namespace OpenSim protected ConfigurationLoader m_configLoader; - protected GridInfoService m_gridInfoService; - - protected List m_clientServers = new List(); + protected GridInfoService m_gridInfoService; public ConsoleCommand CreateAccount = null; @@ -107,6 +105,7 @@ namespace OpenSim { get { return m_clientServers; } } + protected List m_clientServers = new List(); public new BaseHttpServer HttpServer { -- cgit v1.1