mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Comment out an unneeded "Home Location" message.
This commit is contained in:
@@ -70,7 +70,8 @@ namespace OpenSim.Grid.UserServer
|
||||
m_config.GridSendKey, m_config.GridRecvKey);
|
||||
|
||||
// Customise the response
|
||||
MainLog.Instance.Verbose("LOGIN", "Home Location");
|
||||
//CFK: This is redundant and the next message should always appear.
|
||||
//CFK: MainLog.Instance.Verbose("LOGIN", "Home Location");
|
||||
response.Home = "{'region_handle':[r" + (SimInfo.regionLocX * 256).ToString() + ",r" +
|
||||
(SimInfo.regionLocY * 256).ToString() + "], " +
|
||||
"'position':[r" + theUser.homeLocation.X.ToString() + ",r" +
|
||||
|
||||
Reference in New Issue
Block a user