Fix threat level setting on osNpcPlayAnimation
parent
6f19e231b6
commit
32eb7ddc37
|
@ -2344,7 +2344,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