another small bit of startup refactoring
parent
bfc2d8c231
commit
d01cd9c84f
|
@ -138,6 +138,11 @@ namespace OpenSim
|
|||
/// </summary>
|
||||
/// <param name="configSource"></param>
|
||||
public OpenSimBase(IConfigSource configSource) : base()
|
||||
{
|
||||
LoadConfigSettings(configSource);
|
||||
}
|
||||
|
||||
protected virtual void LoadConfigSettings(IConfigSource configSource)
|
||||
{
|
||||
m_configLoader = new ConfigurationLoader();
|
||||
m_config = m_configLoader.LoadConfigSettings(configSource, out m_configSettings, out m_networkServersInfo);
|
||||
|
|
Loading…
Reference in New Issue