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 3e4db41..f96c29b 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -330,9 +330,9 @@ namespace OpenSim | |||
330 | /// <summary> | 330 | /// <summary> |
331 | /// Performs initialisation of the scene, such as loading configuration from disk. | 331 | /// Performs initialisation of the scene, such as loading configuration from disk. |
332 | /// </summary> | 332 | /// </summary> |
333 | public override void StartUp() | 333 | public override void Startup() |
334 | { | 334 | { |
335 | base.StartUp(); | 335 | base.Startup(); |
336 | 336 | ||
337 | m_stats = StatsManager.StartCollectingSimExtraStats(); | 337 | m_stats = StatsManager.StartCollectingSimExtraStats(); |
338 | 338 | ||