mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Enable agent to agent transfer of inventory folders
* It should now be possible to give an entire folder to another avatar instead of just single items at a time
This commit is contained in:
@@ -144,11 +144,6 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory.Transfer
|
||||
// First byte is the asset type
|
||||
AssetType assetType = (AssetType)im.binaryBucket[0];
|
||||
|
||||
// Temporarily disabled pending test of complex transfers (folders within folders, lots of items,
|
||||
// empty folders, etc.)
|
||||
if (AssetType.Folder == assetType)
|
||||
return;
|
||||
|
||||
if (AssetType.Folder == assetType)
|
||||
{
|
||||
UUID folderID = new UUID(im.binaryBucket, 1);
|
||||
|
||||
Reference in New Issue
Block a user