mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Fix build break whree accidentally did inv.Folders rather than inv.Folders.Count in a minor change.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||
contents.categories.Array.Add(ConvertInventoryFolder(invFolder));
|
||||
}
|
||||
|
||||
descendents += inv.Folders;
|
||||
descendents += inv.Folders.Count;
|
||||
}
|
||||
|
||||
if (inv != null && inv.Items != null)
|
||||
|
||||
Reference in New Issue
Block a user