From 571b94f537cc1f431ed52e6a185863ae17357f30 Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 5 Nov 2008 20:14:52 +0000 Subject: moved the initial loading/setting of the config settings to its own class, ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin. --- OpenSim/Region/Application/OpenSim.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index e710ec2..763aaa5 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -67,7 +67,7 @@ namespace OpenSim { } - protected override void ReadConfigSettings() + protected override void ReadExtraConfigSettings() { IConfig startupConfig = m_config.Source.Configs["Startup"]; @@ -78,7 +78,6 @@ namespace OpenSim m_timedScript = startupConfig.GetString("timer_Script", "disabled"); } - base.ReadConfigSettings(); } /// -- cgit v1.1