Having a commit fail... this fixes a typo in the previous commit(s?)
parent
7d3860c4cc
commit
0be79b285b
|
@ -271,7 +271,7 @@ namespace pCampBot
|
||||||
string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly);
|
string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly);
|
||||||
InventoryFolder clothfolder = FindClothingFolder();
|
InventoryFolder clothfolder = FindClothingFolder();
|
||||||
UUID transid = UUID.Random();
|
UUID transid = UUID.Random();
|
||||||
List<InventoryItem> listwearables = new List<InventoryItem>();
|
List<InventoryBase> listwearables = new List<InventoryBase>();
|
||||||
|
|
||||||
for (int i = 0; i < clothing.Length; i++)
|
for (int i = 0; i < clothing.Length; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue