mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
More on HG inventory transfers. Move the FireAndForget higher up.
This commit is contained in:
@@ -633,7 +633,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
IInventoryAccessModule invAccess = RequestModuleInterface<IInventoryAccessModule>();
|
||||
if (invAccess != null)
|
||||
invAccess.TransferInventoryAssets(itemCopy, senderId, recipient);
|
||||
Util.FireAndForget(delegate { invAccess.TransferInventoryAssets(itemCopy, senderId, recipient); });
|
||||
}
|
||||
|
||||
if (!Permissions.BypassPermissions())
|
||||
|
||||
Reference in New Issue
Block a user