aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 3a5b05d..9e48447 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -4038,6 +4038,10 @@ if (m_animator.m_jumping) force.Z = m_animator.m_jumpVelocity; // add for ju
4038 { 4038 {
4039 lock (m_attachments) 4039 lock (m_attachments)
4040 { 4040 {
4041 // This may be true when the attachment comes back
4042 // from serialization after login. Clear it.
4043 gobj.IsDeleted = false;
4044
4041 m_attachments.Add(gobj); 4045 m_attachments.Add(gobj);
4042 } 4046 }
4043 } 4047 }