mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* correct iar root folder location for saving of individual items
* however, rest of the path components are still currently wrong so this is broke
This commit is contained in:
@@ -315,7 +315,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
|
||||
inventoryItem.Name, inventoryItem.ID, m_invPath);
|
||||
|
||||
//get and export item info
|
||||
SaveInvItem(inventoryItem, m_invPath);
|
||||
SaveInvItem(inventoryItem, ArchiveConstants.INVENTORY_PATH + m_invPath);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user