aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorUbitUmarov2019-11-07 03:53:05 +0000
committerUbitUmarov2019-11-07 03:53:05 +0000
commitca4bb8c49287b0225abd658b14b506cf3085c78b (patch)
tree7c340a87e6fc1e35ed829272b4f359f55973db81 /OpenSim/Region
parentavoid a null ref (diff)
downloadopensim-SC-ca4bb8c49287b0225abd658b14b506cf3085c78b.zip
opensim-SC-ca4bb8c49287b0225abd658b14b506cf3085c78b.tar.gz
opensim-SC-ca4bb8c49287b0225abd658b14b506cf3085c78b.tar.bz2
opensim-SC-ca4bb8c49287b0225abd658b14b506cf3085c78b.tar.xz
let autopilot also stand from a object
Diffstat (limited to 'OpenSim/Region')
-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 0761bbb..070a924 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3130,7 +3130,7 @@ namespace OpenSim.Region.Framework.Scenes
3130 { 3130 {
3131 m_delayedStop = -1; 3131 m_delayedStop = -1;
3132 3132
3133 if (SitGround) 3133 if (SitGround || IsSatOnObject)
3134 StandUp(); 3134 StandUp();
3135 3135
3136// m_log.DebugFormat( 3136// m_log.DebugFormat(