mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
allow reset default animation to default as core does
This commit is contained in:
@@ -151,7 +151,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
||||
if (addRemove)
|
||||
m_animations.Add(animID, m_scenePresence.ControllingClient.NextAnimationSequenceNumber, UUID.Zero);
|
||||
else
|
||||
m_animations.Remove(animID, true);
|
||||
m_animations.Remove(animID, false);
|
||||
}
|
||||
if(sendPack)
|
||||
SendAnimPack();
|
||||
|
||||
Reference in New Issue
Block a user