diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 5d0d2b5..17f360f 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -102,6 +102,7 @@ namespace OpenSim | |||
102 | } | 102 | } |
103 | 103 | ||
104 | ReadConfigSettings(startupSource); | 104 | ReadConfigSettings(startupSource); |
105 | |||
105 | } | 106 | } |
106 | 107 | ||
107 | protected void ReadConfigSettings(IConfigSource configSource) | 108 | protected void ReadConfigSettings(IConfigSource configSource) |
@@ -124,6 +125,7 @@ namespace OpenSim | |||
124 | m_networkServersInfo.loadFromConfiguration(configSource); | 125 | m_networkServersInfo.loadFromConfiguration(configSource); |
125 | } | 126 | } |
126 | 127 | ||
128 | |||
127 | /// <summary> | 129 | /// <summary> |
128 | /// Performs initialisation of the scene, such as loading configuration from disk. | 130 | /// Performs initialisation of the scene, such as loading configuration from disk. |
129 | /// </summary> | 131 | /// </summary> |