mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* minor: remove redundant welcome message from inventory grid server configuration
This commit is contained in:
@@ -70,7 +70,6 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
m_config = new InventoryConfig(LogName, (Path.Combine(Util.configDir(), "InventoryServer_Config.xml")));
|
||||
|
||||
//m_inventoryService = new GridInventoryService();
|
||||
m_inventoryService = new GridInventoryService(m_config.UserServerURL);
|
||||
m_inventoryService.DoLookup = m_config.SessionLookUp;
|
||||
m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);
|
||||
|
||||
Reference in New Issue
Block a user