diff options
author | Melanie Thielker | 2008-08-28 20:56:53 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-28 20:56:53 +0000 |
commit | 10b2a4597abb4b51ba3584daf3c837f6c5033ded (patch) | |
tree | 4cdee37fc99b54865edbbcabf27c879328bee384 /OpenSim/Region/Communications | |
parent | commented out the SurfaceInfoBlock read code in libsecondlife packet.cs (diff) | |
download | opensim-SC_OLD-10b2a4597abb4b51ba3584daf3c837f6c5033ded.zip opensim-SC_OLD-10b2a4597abb4b51ba3584daf3c837f6c5033ded.tar.gz opensim-SC_OLD-10b2a4597abb4b51ba3584daf3c837f6c5033ded.tar.bz2 opensim-SC_OLD-10b2a4597abb4b51ba3584daf3c837f6c5033ded.tar.xz |
Mantis #1903
Thank you, cmickeyb, for a patch that fixes inventory folder retrieval.
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalInventoryService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalInventoryService.cs b/OpenSim/Region/Communications/Local/LocalInventoryService.cs index 6e7ace5..1d8ea53 100644 --- a/OpenSim/Region/Communications/Local/LocalInventoryService.cs +++ b/OpenSim/Region/Communications/Local/LocalInventoryService.cs | |||
@@ -65,6 +65,7 @@ namespace OpenSim.Region.Communications.Local | |||
65 | rootFolder = new InventoryFolderImpl(folder); | 65 | rootFolder = new InventoryFolderImpl(folder); |
66 | folders.Add(rootFolder); | 66 | folders.Add(rootFolder); |
67 | items.AddRange(RequestFolderItems(rootFolder.ID)); | 67 | items.AddRange(RequestFolderItems(rootFolder.ID)); |
68 | break; // Only 1 root folder per user | ||
68 | } | 69 | } |
69 | } | 70 | } |
70 | 71 | ||