diff options
author | Melanie Thielker | 2008-11-07 05:48:44 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-11-07 05:48:44 +0000 |
commit | 48c6d052d94a7ab57c5264f09e989fa717c730f5 (patch) | |
tree | 2af23487a496bc60c0ca3839783e57bfac1ce3de /OpenSim/Region/ClientStack | |
parent | * Fix half of the issue behind the long standing 'UseCircuitCode' packet spam... (diff) | |
download | opensim-SC_OLD-48c6d052d94a7ab57c5264f09e989fa717c730f5.zip opensim-SC_OLD-48c6d052d94a7ab57c5264f09e989fa717c730f5.tar.gz opensim-SC_OLD-48c6d052d94a7ab57c5264f09e989fa717c730f5.tar.bz2 opensim-SC_OLD-48c6d052d94a7ab57c5264f09e989fa717c730f5.tar.xz |
Attachments, attachments, and, did I say attachments?
Too many fixes to list.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index dee5d80..1a0fb29 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4293,7 +4293,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4293 | { | 4293 | { |
4294 | if (att.ObjectData.Length > 0) | 4294 | if (att.ObjectData.Length > 0) |
4295 | { | 4295 | { |
4296 | handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, att.ObjectData[0].Rotation); | 4296 | handlerObjectAttach(this, att.ObjectData[0].ObjectLocalID, att.AgentData.AttachmentPoint, att.ObjectData[0].Rotation, false); |
4297 | } | 4297 | } |
4298 | } | 4298 | } |
4299 | } | 4299 | } |