Fix merge issue
parent
caa19862fa
commit
5884d08062
|
@ -653,6 +653,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
// Region config overrides global config
|
// Region config overrides global config
|
||||||
//
|
//
|
||||||
|
try
|
||||||
|
{
|
||||||
if (m_config.Configs["Startup"] != null)
|
if (m_config.Configs["Startup"] != null)
|
||||||
{
|
{
|
||||||
IConfig startupConfig = m_config.Configs["Startup"];
|
IConfig startupConfig = m_config.Configs["Startup"];
|
||||||
|
@ -747,6 +749,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_update_terrain = startupConfig.GetInt( "UpdateTerrainEveryNFrames", m_update_terrain);
|
m_update_terrain = startupConfig.GetInt( "UpdateTerrainEveryNFrames", m_update_terrain);
|
||||||
m_update_temp_cleaning = startupConfig.GetInt( "UpdateTempCleaningEveryNFrames", m_update_temp_cleaning);
|
m_update_temp_cleaning = startupConfig.GetInt( "UpdateTempCleaningEveryNFrames", m_update_temp_cleaning);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
m_log.Error("[SCENE]: Failed to load StartupConfig: " + e.ToString());
|
m_log.Error("[SCENE]: Failed to load StartupConfig: " + e.ToString());
|
||||||
|
|
Loading…
Reference in New Issue