* correct iar root folder location for saving of individual items
* however, rest of the path components are still currently wrong so this is broke0.6.5-rc1
parent
6ffed09682
commit
8a4464f44a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue