mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Fix build break by eliminating remaining IScenePermissions references - must remember to nant clean
* Hook all server startups into base opensim server startup method
This commit is contained in:
@@ -330,9 +330,9 @@ namespace OpenSim
|
||||
/// <summary>
|
||||
/// Performs initialisation of the scene, such as loading configuration from disk.
|
||||
/// </summary>
|
||||
public override void StartUp()
|
||||
public override void Startup()
|
||||
{
|
||||
base.StartUp();
|
||||
base.Startup();
|
||||
|
||||
m_stats = StatsManager.StartCollectingSimExtraStats();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user