don't start moving KFM things on region start that where stopped on last shutdown

0.9.0-post-fixes
UbitUmarov 2017-07-16 01:31:37 +01:00
parent 4ef64d4425
commit cd15de628d
1 changed files with 2 additions and 2 deletions

View File

@ -326,8 +326,8 @@ namespace OpenSim.Region.Framework.Scenes
newMotion.m_selected = true; newMotion.m_selected = true;
} }
newMotion.m_timerStopped = false; // newMotion.m_timerStopped = false;
newMotion.m_running = true; // newMotion.m_running = true;
newMotion.m_isCrossing = false; newMotion.m_isCrossing = false;
newMotion.m_waitingCrossing = false; newMotion.m_waitingCrossing = false;
} }