aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorMelanie2011-12-22 16:58:38 +0000
committerMelanie2011-12-22 16:58:38 +0000
commitb72dd852b7cec9b73e8038a66e06d276316845ae (patch)
tree9fb6efafc08379d93c872c7cb8d78c7ad8ab34fd /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentMerge branch 'master' into careminster (diff)
parentAnd a typo fix (diff)
downloadopensim-SC_OLD-b72dd852b7cec9b73e8038a66e06d276316845ae.zip
opensim-SC_OLD-b72dd852b7cec9b73e8038a66e06d276316845ae.tar.gz
opensim-SC_OLD-b72dd852b7cec9b73e8038a66e06d276316845ae.tar.bz2
opensim-SC_OLD-b72dd852b7cec9b73e8038a66e06d276316845ae.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-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 88bf695..587ef1c 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2767,7 +2767,7 @@ namespace OpenSim.Region.Framework.Scenes
2767 // If we don't have a PhysActor, we can't cross anyway 2767 // If we don't have a PhysActor, we can't cross anyway
2768 // Also don't do this while sat, sitting avatars cross with the 2768 // Also don't do this while sat, sitting avatars cross with the
2769 // object they sit on. 2769 // object they sit on.
2770 if (ParentID != 0 || PhysActor == null) 2770 if (ParentID != 0 || PhysicsActor == null)
2771 return; 2771 return;
2772 2772
2773 if (!IsInTransit) 2773 if (!IsInTransit)