diff options
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index 2c35f58..40d9d6f 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -2080,7 +2080,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2080 | public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard) | 2080 | public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard) |
2081 | { | 2081 | { |
2082 | CheckThreatLevel(ThreatLevel.High, "osNpcCreate"); | 2082 | CheckThreatLevel(ThreatLevel.High, "osNpcCreate"); |
2083 | return NpcCreate(firstname, lastname, position, notecard, false); | 2083 | return NpcCreate(firstname, lastname, position, notecard, true); |
2084 | } | 2084 | } |
2085 | 2085 | ||
2086 | public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, int options) | 2086 | public LSL_Key osNpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, int options) |