diff options
author | Teravus Ovares | 2008-04-26 17:36:30 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-26 17:36:30 +0000 |
commit | 323038ceb956fef577ebd83c502cc377bcfe83f9 (patch) | |
tree | 926410e63d94006e0d66d9ab24213b9f51519342 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | * Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati... (diff) | |
download | opensim-SC_OLD-323038ceb956fef577ebd83c502cc377bcfe83f9.zip opensim-SC_OLD-323038ceb956fef577ebd83c502cc377bcfe83f9.tar.gz opensim-SC_OLD-323038ceb956fef577ebd83c502cc377bcfe83f9.tar.bz2 opensim-SC_OLD-323038ceb956fef577ebd83c502cc377bcfe83f9.tar.xz |
* Ooops, attachments now teleport/cross region borders along with your avatar. Those dastardly objects stick to you.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 6a12fb9..b7e72ef 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -1300,6 +1300,13 @@ namespace OpenSim.Region.Environment.Scenes | |||
1300 | public void SetAttachmentPoint(uint AttachmentPoint) | 1300 | public void SetAttachmentPoint(uint AttachmentPoint) |
1301 | { | 1301 | { |
1302 | m_attachmentPoint = AttachmentPoint; | 1302 | m_attachmentPoint = AttachmentPoint; |
1303 | |||
1304 | // save the attachment point. | ||
1305 | //if (AttachmentPoint != 0) | ||
1306 | //{ | ||
1307 | m_shape.State = (byte)AttachmentPoint; | ||
1308 | //} | ||
1309 | |||
1303 | } | 1310 | } |
1304 | /// <summary> | 1311 | /// <summary> |
1305 | /// | 1312 | /// |