diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index bfde643..2e8f5f7 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -562,7 +562,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
562 | SceneObjectGroup group = GetGroupByPrim(localID); | 562 | SceneObjectGroup group = GetGroupByPrim(localID); |
563 | if (group != null) | 563 | if (group != null) |
564 | { | 564 | { |
565 | // TODO: do we care about the value of this bool? | ||
566 | group.AddInventoryItem(remoteClient, localID, item, copyID); | 565 | group.AddInventoryItem(remoteClient, localID, item, copyID); |
567 | group.StartScript(localID, copyID); | 566 | group.StartScript(localID, copyID); |
568 | group.GetProperites(remoteClient); | 567 | group.GetProperites(remoteClient); |