Thank you M1sha for diagnosing and patching a lock bug affecting region crossings introduced in r9110. Fixes mantis #3456.
parent
68190617b4
commit
722be8f132
|
@ -1948,6 +1948,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
//m_log.DebugFormat("Updating movement animation to {0}", anim);
|
//m_log.DebugFormat("Updating movement animation to {0}", anim);
|
||||||
|
|
||||||
|
if (!m_isChildAgent)
|
||||||
|
{
|
||||||
if (m_animations.TrySetDefaultAnimation(anim, m_controllingClient.NextAnimationSequenceNumber, UUID.Zero))
|
if (m_animations.TrySetDefaultAnimation(anim, m_controllingClient.NextAnimationSequenceNumber, UUID.Zero))
|
||||||
{
|
{
|
||||||
if (m_scriptEngines != null)
|
if (m_scriptEngines != null)
|
||||||
|
@ -1973,6 +1975,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
SendAnimPack();
|
SendAnimPack();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This method determines the proper movement related animation
|
/// This method determines the proper movement related animation
|
||||||
|
|
Loading…
Reference in New Issue