mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* refactor: Split out module Command class into a separate file
This commit is contained in:
@@ -85,9 +85,7 @@ namespace OpenSim
|
||||
|
||||
protected ConfigurationLoader m_configLoader;
|
||||
|
||||
protected GridInfoService m_gridInfoService;
|
||||
|
||||
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
|
||||
protected GridInfoService m_gridInfoService;
|
||||
|
||||
public ConsoleCommand CreateAccount = null;
|
||||
|
||||
@@ -107,6 +105,7 @@ namespace OpenSim
|
||||
{
|
||||
get { return m_clientServers; }
|
||||
}
|
||||
protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
|
||||
|
||||
public new BaseHttpServer HttpServer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user