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