diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.Inventory.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index b0bac42..ff4abc7 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -2356,9 +2356,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
2356 | return att.UUID; | 2356 | return att.UUID; |
2357 | } | 2357 | } |
2358 | 2358 | ||
2359 | public void AttachObject(IClientAPI controllingClient, uint localID, uint attachPoint, Quaternion rot, Vector3 pos) | 2359 | public void AttachObject(IClientAPI controllingClient, uint localID, uint attachPoint, Quaternion rot, Vector3 pos, bool silent) |
2360 | { | 2360 | { |
2361 | m_innerScene.AttachObject(controllingClient, localID, attachPoint, rot, pos, false); | 2361 | m_innerScene.AttachObject(controllingClient, localID, attachPoint, rot, pos, silent); |
2362 | } | 2362 | } |
2363 | 2363 | ||
2364 | public void AttachObject(IClientAPI remoteClient, uint AttachmentPt, UUID itemID, SceneObjectGroup att) | 2364 | public void AttachObject(IClientAPI remoteClient, uint AttachmentPt, UUID itemID, SceneObjectGroup att) |