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

This commit is contained in:
UbitUmarov
2017-07-16 01:31:37 +01:00
parent 4ef64d4425
commit cd15de628d

View File

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