Remove the call to ResetAttachments upon login. The info in the DB should always have {itemID, assetID}.

arthursv
Diva Canto 2009-08-16 19:51:16 -07:00
parent 50056871b8
commit 87f116ab3a
1 changed files with 3 additions and 1 deletions

View File

@ -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);