aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index bafa736..a0b9568 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -903,7 +903,7 @@ namespace OpenSim
903 email = MainConsole.Instance.CmdPrompt("Email", ""); 903 email = MainConsole.Instance.CmdPrompt("Email", "");
904 else email = cmdparams[7]; 904 else email = cmdparams[7];
905 905
906 if (null == m_commsManager.UserService.GetUserProfile(firstName, lastName)) 906 if (null == m_commsManager.UserProfileCacheService.GetUserDetails(firstName, lastName))
907 { 907 {
908 m_commsManager.UserAdminService.AddUser(firstName, lastName, password, email, regX, regY); 908 m_commsManager.UserAdminService.AddUser(firstName, lastName, password, email, regX, regY);
909 } 909 }