* Change lazy user inventory creation on first login to synchronous rather than async.

* Add more error checking so that we don't proceed if there has been a problem with inventory retrieval
This commit is contained in:
Justin Clarke Casey
2008-04-20 18:45:03 +00:00
parent d3cd2b0ae4
commit e755727a0f
2 changed files with 21 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications
InventoryFolderBase rootFolder = RequestRootFolder(userId);
// Agent is completely new and has no inventory structure yet.
// Agent has no inventory structure yet.
if (null == rootFolder)
{
return null;