Fix threat level setting on osNpcPlayAnimation
parent
efe51fd5cb
commit
94fa6cb071
|
@ -2367,7 +2367,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
public void osNpcPlayAnimation(LSL_Key npc, string animation)
|
public void osNpcPlayAnimation(LSL_Key npc, string animation)
|
||||||
{
|
{
|
||||||
CheckThreatLevel(ThreatLevel.High, "osPlayAnimation");
|
CheckThreatLevel(ThreatLevel.High, "osNpcPlayAnimation");
|
||||||
|
|
||||||
INPCModule module = World.RequestModuleInterface<INPCModule>();
|
INPCModule module = World.RequestModuleInterface<INPCModule>();
|
||||||
if (module != null)
|
if (module != null)
|
||||||
|
|
Loading…
Reference in New Issue