diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/InnerScene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/InnerScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/InnerScene.cs b/OpenSim/Region/Environment/Scenes/InnerScene.cs index 28270aa..6d00f71 100644 --- a/OpenSim/Region/Environment/Scenes/InnerScene.cs +++ b/OpenSim/Region/Environment/Scenes/InnerScene.cs | |||
@@ -397,7 +397,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
397 | if (((SceneObjectGroup)obj).LocalId == objectLocalID) | 397 | if (((SceneObjectGroup)obj).LocalId == objectLocalID) |
398 | { | 398 | { |
399 | SceneObjectGroup group = (SceneObjectGroup)obj; | 399 | SceneObjectGroup group = (SceneObjectGroup)obj; |
400 | if (m_parentScene.ExternalChecks.ExternalChecksCanEditScript(obj.UUID, remoteClient.AgentId)) | 400 | if (m_parentScene.ExternalChecks.ExternalChecksCanTakeObject(obj.UUID, remoteClient.AgentId)) |
401 | { | 401 | { |
402 | // If the attachment point isn't the same as the one previously used | 402 | // If the attachment point isn't the same as the one previously used |
403 | // set it's offset position = 0 so that it appears on the attachment point | 403 | // set it's offset position = 0 so that it appears on the attachment point |