mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
get rid of all the ^M line endings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user