aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r--OpenSim/Grid/UserServer/UserLoginService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs
index 041cc88..6b5d3ff 100644
--- a/OpenSim/Grid/UserServer/UserLoginService.cs
+++ b/OpenSim/Grid/UserServer/UserLoginService.cs
@@ -70,7 +70,8 @@ namespace OpenSim.Grid.UserServer
70 m_config.GridSendKey, m_config.GridRecvKey); 70 m_config.GridSendKey, m_config.GridRecvKey);
71 71
72 // Customise the response 72 // Customise the response
73 MainLog.Instance.Verbose("LOGIN", "Home Location"); 73 //CFK: This is redundant and the next message should always appear.
74 //CFK: MainLog.Instance.Verbose("LOGIN", "Home Location");
74 response.Home = "{'region_handle':[r" + (SimInfo.regionLocX * 256).ToString() + ",r" + 75 response.Home = "{'region_handle':[r" + (SimInfo.regionLocX * 256).ToString() + ",r" +
75 (SimInfo.regionLocY * 256).ToString() + "], " + 76 (SimInfo.regionLocY * 256).ToString() + "], " +
76 "'position':[r" + theUser.homeLocation.X.ToString() + ",r" + 77 "'position':[r" + theUser.homeLocation.X.ToString() + ",r" +