fix a typo "osNpcCreated" to "osNpcCreate" in OSSL threat level check
parent
f4231f0628
commit
58cb7cd084
|
@ -2085,7 +2085,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
|
||||
public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.High, "osNpcCreated");
|
||||
CheckThreatLevel(ThreatLevel.High, "osNpcCreate");
|
||||
return NpcCreate(firstname, lastname, position, notecard, false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue