Don't preserve full user profile details within iars for now

This information was not being used in the load process
remotes/origin/0.6.7-post-fixes
Justin Clark-Casey (justincc) 2009-09-25 16:22:43 +01:00
parent 613cb417c0
commit 9249c026f2
1 changed files with 3 additions and 1 deletions

View File

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