diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 7b30727..5af0077 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -212,7 +212,8 @@ namespace OpenSim.Region.Communications.Local | |||
212 | return buddylistreturn; | 212 | return buddylistreturn; |
213 | } | 213 | } |
214 | 214 | ||
215 | protected override InventoryData CreateInventoryData(LLUUID userID) | 215 | // See LoginService |
216 | protected override InventoryData GetInventorySkeleton(LLUUID userID) | ||
216 | { | 217 | { |
217 | List<InventoryFolderBase> folders = m_Parent.InventoryService.RequestFirstLevelFolders(userID); | 218 | List<InventoryFolderBase> folders = m_Parent.InventoryService.RequestFirstLevelFolders(userID); |
218 | if (folders.Count > 0) | 219 | if (folders.Count > 0) |