mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Formatting cleanup. Minor refactoring.
This commit is contained in:
@@ -64,8 +64,6 @@ namespace OpenSim.Grid.UserServer
|
||||
m_config = config;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Customises the login response and fills in missing values.
|
||||
/// </summary>
|
||||
@@ -93,7 +91,6 @@ namespace OpenSim.Grid.UserServer
|
||||
RegionProfileData.RequestSimProfileData(
|
||||
theUser.homeRegion, m_config.GridServerURL,
|
||||
m_config.GridSendKey, m_config.GridRecvKey);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -123,7 +120,6 @@ namespace OpenSim.Grid.UserServer
|
||||
theUser.homeRegion, m_config.GridServerURL,
|
||||
m_config.GridSendKey, m_config.GridRecvKey);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -178,7 +174,6 @@ namespace OpenSim.Grid.UserServer
|
||||
|
||||
// Update agent with target sim
|
||||
|
||||
|
||||
m_log.Info("[LOGIN]: Telling "
|
||||
+ SimInfo.regionName + " @ " + SimInfo.httpServerURI + " " +
|
||||
SimInfo.regionLocX + "," + SimInfo.regionLocY + " to expect user connection");
|
||||
|
||||
Reference in New Issue
Block a user