diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index 9709975d4e..1b4c0164d6 100644 --- a/OpenSim/Framework/Communications/Services/LoginService.cs +++ b/OpenSim/Framework/Communications/Services/LoginService.cs @@ -205,6 +205,7 @@ namespace OpenSim.Framework.Communications.Services // Otherwise... // Create a new agent session + // XXYY we don't need this m_userManager.ResetAttachments(userProfile.ID); CreateAgent(userProfile, request); @@ -462,7 +463,8 @@ namespace OpenSim.Framework.Communications.Services // Otherwise... // Create a new agent session - m_userManager.ResetAttachments(userProfile.ID); + // XXYY We don't need this + //m_userManager.ResetAttachments(userProfile.ID); CreateAgent(userProfile, request);