Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
John Hurliman
2009-10-25 01:10:31 -07:00

View File

@@ -271,7 +271,7 @@ namespace pCampBot
string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly);
InventoryFolder clothfolder = FindClothingFolder();
UUID transid = UUID.Random();
List<InventoryBase> listwearables = new List<InventoryBase>();
List<InventoryItem> listwearables = new List<InventoryItem>();
for (int i = 0; i < clothing.Length; i++)
{