get rid of all the ^M line endings

This commit is contained in:
Sean Dague
2007-10-19 20:28:18 +00:00
parent 139994757c
commit d4bb430f78
16 changed files with 3126 additions and 3126 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Grid.UserServer
/// <param name="theUser">The user profile</param>
public override void CustomiseResponse(LoginResponse response, UserProfileData theUser)
{
// Load information from the gridserver
// Load information from the gridserver
RegionProfileData SimInfo = new RegionProfileData();
SimInfo = SimInfo.RequestSimProfileData(theUser.currentAgent.currentHandle, m_config.GridServerURL, m_config.GridSendKey, m_config.GridRecvKey);