From 87f116ab3a23e662813fe35992db1169d350618c Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 16 Aug 2009 19:51:16 -0700 Subject: Remove the call to ResetAttachments upon login. The info in the DB should always have {itemID, assetID}. --- OpenSim/Framework/Communications/Services/LoginService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index 9709975..1b4c016 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); -- cgit v1.1