attempt at a temporary fix to the shirt creation bug. (Its only temporary as I think the real problem is a deeper one)

This commit is contained in:
MW
2007-04-03 18:25:43 +00:00
parent 9b2a4e8172
commit 73380ed52b

View File

@@ -204,7 +204,7 @@ namespace OpenSim
{
//already complete so we can add it to the inventory
//m_assetCache.AddAsset(trans.Asset);
Console.WriteLine("Item created is " + m_inventoryCache.AddNewInventoryItem(this.ourClient, packet.InventoryBlock.FolderID, trans.Asset).ToStringHyphenated());
m_inventoryCache.AddNewInventoryItem(this.ourClient, packet.InventoryBlock.FolderID, trans.Asset);
}
else
{