mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
InterServiceInventoryService references *almost* completely removed from the simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :)
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
m_config = config;
|
||||
m_defaultHomeX = m_config.DefaultX;
|
||||
m_defaultHomeY = m_config.DefaultY;
|
||||
m_inventoryService = inventoryService;
|
||||
m_interInventoryService = inventoryService;
|
||||
m_regionProfileService = regionProfileService;
|
||||
|
||||
NetworkServersInfo serversinfo = new NetworkServersInfo(1000, 1000);
|
||||
|
||||
Reference in New Issue
Block a user