mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Finish folder gives. With this commit, single item and folder gives now
work across regions and also to offline avatars. Scripted gives are not yet tested and may not work.
This commit is contained in:
@@ -451,6 +451,13 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||
|
||||
user.ControllingClient.SendBulkUpdateInventory(folderInfo);
|
||||
|
||||
// This unelegant, slow kludge is to reload the folders and
|
||||
// items. Since a folder give can transfer subfolders and
|
||||
// items, this is the easiest way to pull that stuff in
|
||||
//
|
||||
userInfo.DropInventory();
|
||||
userInfo.FetchInventory();
|
||||
|
||||
// Deliver message
|
||||
//
|
||||
user.ControllingClient.SendInstantMessage(
|
||||
|
||||
Reference in New Issue
Block a user