diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index aedf4b3..d4e7539 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs | |||
@@ -83,7 +83,7 @@ namespace OpenSim.Framework.Communications | |||
83 | 83 | ||
84 | InventoryFolderBase rootFolder = RequestRootFolder(userId); | 84 | InventoryFolderBase rootFolder = RequestRootFolder(userId); |
85 | 85 | ||
86 | // Agent is completely new and has no inventory structure yet. | 86 | // Agent has no inventory structure yet. |
87 | if (null == rootFolder) | 87 | if (null == rootFolder) |
88 | { | 88 | { |
89 | return null; | 89 | return null; |