diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 3ba8a97..91518e2 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -636,13 +636,9 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
636 | { | 636 | { |
637 | } | 637 | } |
638 | 638 | ||
639 | /// <see>IClientAPI.SendBulkUpdateInventory(InventoryItemBase)</see> | 639 | public virtual void SendBulkUpdateInventory(InventoryNodeBase node) |
640 | public virtual void SendBulkUpdateInventory(InventoryItemBase item) | ||
641 | { | 640 | { |
642 | } | 641 | } |
643 | |||
644 | public virtual void SendBulkUpdateInventory(InventoryFolderBase folderBase) | ||
645 | {} | ||
646 | 642 | ||
647 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) | 643 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) |
648 | { | 644 | { |