Having a commit fail... this fixes a typo in the previous commit(s?)

0.6.8-post-fixes
John Hurliman 2009-10-25 01:13:50 -07:00
parent 7d3860c4cc
commit 0be79b285b
1 changed files with 1 additions and 1 deletions

View File

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