aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index aac5990..1ee4424 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -548,13 +548,9 @@ namespace OpenSim.Region.Examples.SimpleModule
548 { 548 {
549 } 549 }
550 550
551 /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> 551 public virtual void SendBulkUpdateInventory(InventoryNodeBase node)
552 public virtual void SendBulkUpdateInventory(InventoryItemBase item)
553 { 552 {
554 } 553 }
555
556 public void SendBulkUpdateInventory(InventoryFolderBase folderBase)
557 {}
558 554
559 public UUID GetDefaultAnimation(string name) 555 public UUID GetDefaultAnimation(string name)
560 { 556 {