diff options
author | Charles Krinke | 2008-11-06 19:04:56 +0000 |
---|---|---|
committer | Charles Krinke | 2008-11-06 19:04:56 +0000 |
commit | 563d5839731dddceb635ca6e95eff59ab5470178 (patch) | |
tree | 03acf2ba5a053fec92f506e19f7234a0675ac4a6 | |
parent | * refactor: factor out test packet send method in client stack unit tests (diff) | |
download | opensim-SC_OLD-563d5839731dddceb635ca6e95eff59ab5470178.zip opensim-SC_OLD-563d5839731dddceb635ca6e95eff59ab5470178.tar.gz opensim-SC_OLD-563d5839731dddceb635ca6e95eff59ab5470178.tar.bz2 opensim-SC_OLD-563d5839731dddceb635ca6e95eff59ab5470178.tar.xz |
Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:
Improves ScenePresence.cs for attachments when crossing boundaries
between regions.
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 8e93aae..73bcfd8 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -114,7 +114,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
114 | private static readonly Vector3 m_sitTargetCorrectionOffset = new Vector3(0.1f, 0.0f, 0.3f); | 114 | private static readonly Vector3 m_sitTargetCorrectionOffset = new Vector3(0.1f, 0.0f, 0.3f); |
115 | private float m_godlevel = 0; | 115 | private float m_godlevel = 0; |
116 | 116 | ||
117 | private bool m_attachmentsTransported = false; | 117 | private bool m_attachmentsTransported = true; |
118 | 118 | ||
119 | private bool m_invulnerable = true; | 119 | private bool m_invulnerable = true; |
120 | 120 | ||