attempt at a temporary fix to the shirt creation bug. (Its only temporary as I think the real problem is a deeper one)
parent
9b2a4e8172
commit
73380ed52b
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue