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

0.1-prestable
MW 2007-04-03 18:25:43 +00:00
parent 9b2a4e8172
commit 73380ed52b
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ namespace OpenSim
{ {
//already complete so we can add it to the inventory //already complete so we can add it to the inventory
//m_assetCache.AddAsset(trans.Asset); //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 else
{ {