aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 2a70534..0e61b3c 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -153,7 +153,7 @@ namespace OpenSim.Grid.UserServer
153 else if (startLocationRequest == "home") 153 else if (startLocationRequest == "home")
154 { 154 {
155 // use the homeRegionID if it is stored already. If not, use the regionHandle as before 155 // use the homeRegionID if it is stored already. If not, use the regionHandle as before
156 if(theUser.HomeRegionID != LLUUID.Zero) 156 if (theUser.HomeRegionID != LLUUID.Zero)
157 { 157 {
158 SimInfo = 158 SimInfo =
159 RegionProfileData.RequestSimProfileData( 159 RegionProfileData.RequestSimProfileData(