mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Add some forgotten calls
This commit is contained in:
@@ -200,6 +200,8 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
||||
if (overridenAnim != UUID.Zero)
|
||||
{
|
||||
m_animations.SetDefaultAnimation(overridenAnim, m_scenePresence.ControllingClient.NextAnimationSequenceNumber, m_scenePresence.UUID);
|
||||
m_scenePresence.SendScriptEventToAttachments("changed", new Object[] { (int)Changed.ANIMATION});
|
||||
SendAnimPack();
|
||||
ret = true;
|
||||
}
|
||||
else if (m_animations.TrySetDefaultAnimation(
|
||||
|
||||
Reference in New Issue
Block a user