diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 6592a9b..43cb127 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -164,7 +164,7 @@ namespace OpenSim | |||
164 | } | 164 | } |
165 | 165 | ||
166 | /// <summary> | 166 | /// <summary> |
167 | /// Performs startup specific to this region server, including initialization of the scene | 167 | /// Performs startup specific to the region server, including initialization of the scene |
168 | /// such as loading configuration from disk. | 168 | /// such as loading configuration from disk. |
169 | /// </summary> | 169 | /// </summary> |
170 | protected override void StartupSpecific() | 170 | protected override void StartupSpecific() |
@@ -175,7 +175,7 @@ namespace OpenSim | |||
175 | 175 | ||
176 | LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_configSettings.LibrariesXMLFile); | 176 | LibraryRootFolder libraryRootFolder = new LibraryRootFolder(m_configSettings.LibrariesXMLFile); |
177 | 177 | ||
178 | // StandAlone mode? is determined by !startupConfig.GetBoolean("gridmode", false) | 178 | // Standalone mode is determined by !startupConfig.GetBoolean("gridmode", false) |
179 | if (m_configSettings.Standalone) | 179 | if (m_configSettings.Standalone) |
180 | { | 180 | { |
181 | InitialiseStandaloneServices(libraryRootFolder); | 181 | InitialiseStandaloneServices(libraryRootFolder); |