aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-15 23:36:32 +0100
committerJustin Clark-Casey (justincc)2011-07-15 23:36:32 +0100
commit0ee7a5ee81437f7fb81814b1694c00cb5a206bda (patch)
tree2c84ffd683ec926e18f0737156489c18eea659fa /OpenSim/Region/CoreModules/Avatar
parentminor: method doc for baked texture uploading (diff)
downloadopensim-SC_OLD-0ee7a5ee81437f7fb81814b1694c00cb5a206bda.zip
opensim-SC_OLD-0ee7a5ee81437f7fb81814b1694c00cb5a206bda.tar.gz
opensim-SC_OLD-0ee7a5ee81437f7fb81814b1694c00cb5a206bda.tar.bz2
opensim-SC_OLD-0ee7a5ee81437f7fb81814b1694c00cb5a206bda.tar.xz
If object is an attachment, make llGetVel() return the avatar's speed rather than the object's own zero speed.
As per http://opensimulator.org/mantis/view.php?id=5575
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 520d794..1e09610 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -566,7 +566,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
566 /// <param name="silent"></param> 566 /// <param name="silent"></param>
567 protected void AttachToAgent(ScenePresence avatar, SceneObjectGroup so, uint attachmentpoint, Vector3 attachOffset, bool silent) 567 protected void AttachToAgent(ScenePresence avatar, SceneObjectGroup so, uint attachmentpoint, Vector3 attachOffset, bool silent)
568 { 568 {
569
570 m_log.DebugFormat("[ATTACHMENTS MODULE]: Adding attachment {0} to avatar {1} in pt {2} pos {3} {4}", Name, avatar.Name, 569 m_log.DebugFormat("[ATTACHMENTS MODULE]: Adding attachment {0} to avatar {1} in pt {2} pos {3} {4}", Name, avatar.Name,
571 attachmentpoint, attachOffset, so.RootPart.AttachedPos); 570 attachmentpoint, attachOffset, so.RootPart.AttachedPos);
572 571