diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index b838177..e384632 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -1660,9 +1660,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
1660 | if (item != null) | 1660 | if (item != null) |
1661 | { | 1661 | { |
1662 | part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID); | 1662 | part.ParentGroup.AddInventoryItem(remoteClient.AgentId, primLocalID, item, copyID); |
1663 | m_log.InfoFormat( | 1663 | //// m_log.InfoFormat( |
1664 | "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}", | 1664 | //// "[PRIM INVENTORY]: Update with item {0} requested of prim {1} for {2}", |
1665 | item.Name, primLocalID, remoteClient.Name); | 1665 | //// item.Name, primLocalID, remoteClient.Name); |
1666 | part.SendPropertiesToClient(remoteClient); | 1666 | part.SendPropertiesToClient(remoteClient); |
1667 | if (!Permissions.BypassPermissions()) | 1667 | if (!Permissions.BypassPermissions()) |
1668 | { | 1668 | { |