Make osNpcStopAnimation() call AvatarStopAnimation() rather than AvatarPlayAnimation()
parent
c5ff37bf3e
commit
972f73ed2b
|
@ -2595,7 +2595,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
UUID npcID = new UUID(npc.m_string);
|
||||
|
||||
if (module.CheckPermissions(npcID, m_host.OwnerID))
|
||||
AvatarPlayAnimation(npcID.ToString(), animation);
|
||||
AvatarStopAnimation(npcID.ToString(), animation);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue