mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* minor: remove some mono compiler warnings, minor cleanup
This commit is contained in:
@@ -124,6 +124,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
|
||||
protected void SaveInvItem(InventoryItemBase inventoryItem, string path)
|
||||
{
|
||||
string filename = string.Format("{0}{1}_{2}.xml", path, inventoryItem.Name, inventoryItem.ID);
|
||||
|
||||
string serialization = UserInventoryItemSerializer.Serialize(inventoryItem);
|
||||
m_archive.WriteFile(filename, serialization);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user