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

This information was not being used in the load process
This commit is contained in:
Justin Clark-Casey (justincc)
2009-09-25 16:22:43 +01:00
parent 613cb417c0
commit 9249c026f2

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