Fixed name quotes bug

This commit is contained in:
MW
2007-03-28 20:25:31 +00:00
parent 35fa85069e
commit 9653210db7
2 changed files with 4 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ namespace OpenSim
asset = new AssetBase();
asset.FullID = assetID;
Console.WriteLine("skin asset id is " + assetID.ToStringHyphenated());
// Console.WriteLine("skin asset id is " + assetID.ToStringHyphenated());
asset.Type = pack.AssetBlock.Type;
asset.InvType = asset.Type;
asset.Name = "NewClothing" + Util.RandomClass.Next(1, 1000).ToString("000");
@@ -201,8 +201,7 @@ namespace OpenSim
{
//already complete so we can add it to the inventory
m_assetCache.AddAsset(trans.Asset);
Console.WriteLine("creating inventory item");
Console.WriteLine( "ITem created is " +m_inventoryCache.AddNewInventoryItem(this.ourClient, packet.InventoryBlock.FolderID, trans.Asset).ToStringHyphenated());
Console.WriteLine( "Item created is " +m_inventoryCache.AddNewInventoryItem(this.ourClient, packet.InventoryBlock.FolderID, trans.Asset).ToStringHyphenated());
}
else
{