diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index ebcea28dae..200c7bf4af 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -110,14 +110,15 @@ namespace OpenSim protected List m_plugins = new List(); - protected IConfigSource m_finalConfig = null; - protected OpenSimConfigSource m_config; - + /// + /// The config information passed into the OpenSim region server. + /// public OpenSimConfigSource ConfigSource { get { return m_config; } set { m_config = value; } } + protected OpenSimConfigSource m_config; public List ClientServers {