aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 9c507c2..6d2cd88 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -467,7 +467,7 @@ namespace OpenSim.Region.Framework.Scenes
467 m_pos = actor.Position; 467 m_pos = actor.Position;
468 468
469 // If we're sitting, we need to update our position 469 // If we're sitting, we need to update our position
470 if (m_parentID == 0) 470 if (m_parentID != 0)
471 { 471 {
472 SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID); 472 SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID);
473 if (part != null) 473 if (part != null)