Committing partial work on passing folders across instances. This may crash.

This commit is contained in:
Melanie Thielker
2009-03-23 00:11:34 +00:00
parent f86c13f48e
commit 412112acba
16 changed files with 203 additions and 2 deletions

View File

@@ -618,6 +618,13 @@ namespace OpenSim.Region.Framework.Scenes
return null;
}
if (!recipientUserInfo.HasReceivedInventory)
{
recipientUserInfo.FetchInventory();
if (!WaitForInventory(recipientUserInfo))
return null;
}
if (recipientParentFolderId == UUID.Zero)
recipientParentFolderId = recipientUserInfo.RootFolder.ID;