mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +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:
@@ -64,9 +64,10 @@ namespace OpenSim.Grid.InventoryServer
|
||||
MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
public void Startup()
|
||||
public override void Startup()
|
||||
{
|
||||
m_log.Info("Initialising inventory manager...");
|
||||
base.Startup();
|
||||
|
||||
m_config = new InventoryConfig(LogName, (Path.Combine(Util.configDir(), "InventoryServer_Config.xml")));
|
||||
|
||||
m_inventoryService = new GridInventoryService();
|
||||
|
||||
Reference in New Issue
Block a user