Minor touchups to the foldertype commit. Missed unstaged files.
This commit is contained in:
committed by
Latif Khalifa
parent
82fd0133ad
commit
3d4005dd4f
@@ -29,7 +29,7 @@ namespace OpenMetaverse.TestClient
|
||||
{
|
||||
uint objectLocalID = target.LocalID;
|
||||
Client.Inventory.RequestDeRezToInventory(objectLocalID, DeRezDestination.AgentInventoryTake,
|
||||
Client.Inventory.FindFolderForType(AssetType.TrashFolder),
|
||||
Client.Inventory.FindFolderForType(FolderType.Trash),
|
||||
UUID.Random());
|
||||
return "removing " + target;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user