Remove the call to ResetAttachments upon login. The info in the DB should always have {itemID, assetID}.
parent
50056871b8
commit
87f116ab3a
|
@ -205,6 +205,7 @@ namespace OpenSim.Framework.Communications.Services
|
||||||
// Otherwise...
|
// Otherwise...
|
||||||
// Create a new agent session
|
// Create a new agent session
|
||||||
|
|
||||||
|
// XXYY we don't need this
|
||||||
m_userManager.ResetAttachments(userProfile.ID);
|
m_userManager.ResetAttachments(userProfile.ID);
|
||||||
|
|
||||||
CreateAgent(userProfile, request);
|
CreateAgent(userProfile, request);
|
||||||
|
@ -462,7 +463,8 @@ namespace OpenSim.Framework.Communications.Services
|
||||||
// Otherwise...
|
// Otherwise...
|
||||||
// Create a new agent session
|
// Create a new agent session
|
||||||
|
|
||||||
m_userManager.ResetAttachments(userProfile.ID);
|
// XXYY We don't need this
|
||||||
|
//m_userManager.ResetAttachments(userProfile.ID);
|
||||||
|
|
||||||
CreateAgent(userProfile, request);
|
CreateAgent(userProfile, request);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue