mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user