Don't preserve full user profile details within iars for now
This information was not being used in the load processremotes/origin/0.6.7-post-fixes
parent
613cb417c0
commit
9249c026f2
|
@ -324,7 +324,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
|
|||
SaveInvFolder(inventoryFolder, ArchiveConstants.INVENTORY_PATH, !foundStar);
|
||||
}
|
||||
|
||||
SaveUsers();
|
||||
// Don't put all this profile information into the archive right now.
|
||||
//SaveUsers();
|
||||
|
||||
new AssetsRequest(
|
||||
new AssetsArchiver(m_archiveWriter), m_assetUuids.Keys,
|
||||
m_scene.AssetService, ReceivedAllAssets).Execute();
|
||||
|
|
Loading…
Reference in New Issue