diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index ad40d6b..e0f3c99 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -692,7 +692,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
692 | { | 692 | { |
693 | IInventoryAccessModule invAccess = RequestModuleInterface<IInventoryAccessModule>(); | 693 | IInventoryAccessModule invAccess = RequestModuleInterface<IInventoryAccessModule>(); |
694 | if (invAccess != null) | 694 | if (invAccess != null) |
695 | Util.FireAndForget(delegate { invAccess.TransferInventoryAssets(itemCopy, senderId, recipient); }); | 695 | invAccess.TransferInventoryAssets(itemCopy, senderId, recipient); |
696 | } | 696 | } |
697 | 697 | ||
698 | if (!Permissions.BypassPermissions()) | 698 | if (!Permissions.BypassPermissions()) |