Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken comments in InventoryAccessModule.

This commit is contained in:
Diva Canto
2010-06-29 02:07:10 -07:00
parent d123350164
commit 9fde9085a0
3 changed files with 7 additions and 12 deletions

View File

@@ -96,7 +96,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory
Object[] args = new Object[] { m_Config, MainServer.Instance, "HGInventoryService" };
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:HGInventoryServiceInConnector", args);
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:XInventoryInConnector", args);
}
}