diff options
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 :)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer.Modules/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs index 122ad9d..dff6059 100644 --- a/OpenSim/Grid/UserServer.Modules/UserLoginService.cs +++ b/OpenSim/Grid/UserServer.Modules/UserLoginService.cs | |||
@@ -74,7 +74,7 @@ namespace OpenSim.Grid.UserServer.Modules | |||
74 | m_config = config; | 74 | m_config = config; |
75 | m_defaultHomeX = m_config.DefaultX; | 75 | m_defaultHomeX = m_config.DefaultX; |
76 | m_defaultHomeY = m_config.DefaultY; | 76 | m_defaultHomeY = m_config.DefaultY; |
77 | m_inventoryService = inventoryService; | 77 | m_interInventoryService = inventoryService; |
78 | m_regionProfileService = regionProfileService; | 78 | m_regionProfileService = regionProfileService; |
79 | } | 79 | } |
80 | 80 | ||