diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 4722c13..b31784e 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -323,7 +323,11 @@ namespace SimpleApp | |||
323 | { | 323 | { |
324 | } | 324 | } |
325 | 325 | ||
326 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, int subFoldersCount) | 326 | public virtual void SendInventoryFolderDetails(LLUUID ownerID, LLUUID folderID, |
327 | List<InventoryItemBase> items, | ||
328 | List<InventoryFolderBase> folders, | ||
329 | bool fetchFolders, | ||
330 | bool fetchItems) | ||
327 | { | 331 | { |
328 | } | 332 | } |
329 | 333 | ||