diff options
author | Teravus Ovares | 2008-05-14 21:17:57 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-14 21:17:57 +0000 |
commit | e45ace9b5482408fcc5c3bd7c2f3a16ab71d50a1 (patch) | |
tree | a0d8cc8444954d0c9961e88feb601e0b496d42fb /OpenSim/Region/Environment/Scenes/InnerScene.cs | |
parent | * Refactor: Remove SceneObjectGroup.GetScenePresences() in favour of a direct... (diff) | |
download | opensim-SC_OLD-e45ace9b5482408fcc5c3bd7c2f3a16ab71d50a1.zip opensim-SC_OLD-e45ace9b5482408fcc5c3bd7c2f3a16ab71d50a1.tar.gz opensim-SC_OLD-e45ace9b5482408fcc5c3bd7c2f3a16ab71d50a1.tar.bz2 opensim-SC_OLD-e45ace9b5482408fcc5c3bd7c2f3a16ab71d50a1.tar.xz |
* Fixed attaching objects that are in-world.
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 |