* 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:
Justin Clarke Casey
2008-06-01 01:34:46 +00:00
parent 0392b4fdc3
commit 15d41c2fc2
12 changed files with 26 additions and 21 deletions

View File

@@ -84,8 +84,10 @@ namespace OpenSim.Grid.UserServer
}
}
public void Startup()
public override void Startup()
{
base.Startup();
Cfg = new UserConfig("USER SERVER", (Path.Combine(Util.configDir(), "UserServer_Config.xml")));
m_stats = StatsManager.StartCollectingUserStats();