From 2a2ef42e64e202c81762adf0cc0e4cb1393f71ef Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 24 Apr 2008 12:27:24 +0000 Subject: replace hard tabs with 4 spaces to be consistant in the source. Please adjust your editors to not use hard tabs. --- OpenSim/Region/Application/OpenSimMain.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index b0ca496..2094578 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -249,7 +249,7 @@ namespace OpenSim config.Set("enabled", "false"); } - if (DefaultConfig.Configs["Voice"] == null) + if (DefaultConfig.Configs["Voice"] == null) DefaultConfig.AddConfig("Voice"); config = DefaultConfig.Configs["Voice"]; if (config != null) @@ -522,8 +522,8 @@ namespace OpenSim m_log.Info("[MODULES]: Loading Region's modules"); List modules = m_moduleLoader.PickupModules(scene, "."); - // This needs to be ahead of the script engine load, so the - // script module can pick up events exposed by a module + // This needs to be ahead of the script engine load, so the + // script module can pick up events exposed by a module m_moduleLoader.InitialiseSharedModules(scene); //m_moduleLoader.PickupModules(scene, "ScriptEngines"); -- cgit v1.1