mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* minor: remove compiler warning
This commit is contained in:
@@ -525,7 +525,7 @@ namespace OpenSim.Client.MXP.PacketHandler
|
||||
|
||||
private void AttachUserAgentToUserProfile(Session session, UUID sessionId, UUID sceneId, UserProfileData userProfile)
|
||||
{
|
||||
Scene scene = m_scenes[sceneId];
|
||||
//Scene scene = m_scenes[sceneId];
|
||||
CommunicationsManager commsManager = m_scenes[sceneId].CommsManager;
|
||||
UserManagerBase userService = (UserManagerBase)commsManager.UserService;
|
||||
|
||||
|
||||
@@ -274,7 +274,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// Async component for informing client of which neighbours exist
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This needs to run asynchronesously, as a network timeout may block the thread for a long while
|
||||
/// This needs to run asynchronously, as a network timeout may block the thread for a long while
|
||||
/// </remarks>
|
||||
/// <param name="remoteClient"></param>
|
||||
/// <param name="a"></param>
|
||||
|
||||
Reference in New Issue
Block a user