diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 5 |
1 files changed, 2 insertions, 3 deletions
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 | |||
85 | 85 | ||
86 | protected ConfigurationLoader m_configLoader; | 86 | protected ConfigurationLoader m_configLoader; |
87 | 87 | ||
88 | protected GridInfoService m_gridInfoService; | 88 | protected GridInfoService m_gridInfoService; |
89 | |||
90 | protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>(); | ||
91 | 89 | ||
92 | public ConsoleCommand CreateAccount = null; | 90 | public ConsoleCommand CreateAccount = null; |
93 | 91 | ||
@@ -107,6 +105,7 @@ namespace OpenSim | |||
107 | { | 105 | { |
108 | get { return m_clientServers; } | 106 | get { return m_clientServers; } |
109 | } | 107 | } |
108 | protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>(); | ||
110 | 109 | ||
111 | public new BaseHttpServer HttpServer | 110 | public new BaseHttpServer HttpServer |
112 | { | 111 | { |