mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Remove the call to ResetAttachments upon login. The info in the DB should always have {itemID, assetID}.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user