Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
7d3860c4cc
|
@ -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<InventoryBase> listwearables = new List<InventoryBase>();
|
List<InventoryItem> listwearables = new List<InventoryItem>();
|
||||||
|
|
||||||
for (int i = 0; i < clothing.Length; i++)
|
for (int i = 0; i < clothing.Length; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue