Comment out an unneeded "Home Location" message.

afrisby
Charles Krinke 2007-12-16 21:21:44 +00:00
parent bd6720b349
commit b56c61ce0a
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ namespace OpenSim.Grid.UserServer
m_config.GridSendKey, m_config.GridRecvKey); m_config.GridSendKey, m_config.GridRecvKey);
// Customise the response // 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" + response.Home = "{'region_handle':[r" + (SimInfo.regionLocX * 256).ToString() + ",r" +
(SimInfo.regionLocY * 256).ToString() + "], " + (SimInfo.regionLocY * 256).ToString() + "], " +
"'position':[r" + theUser.homeLocation.X.ToString() + ",r" + "'position':[r" + theUser.homeLocation.X.ToString() + ",r" +