mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Small fix uncommenting something that got commented too much.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
m_log.Info("[" + LogName + "]: Started HTTP server");
|
||||
|
||||
//m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
|
||||
new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
|
||||
|
||||
base.StartupSpecific();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user