diff options
author | Melanie | 2012-01-12 23:07:38 +0100 |
---|---|---|
committer | Melanie | 2012-01-12 23:07:38 +0100 |
commit | c7757d10386c2a4e8a9015597bd227bb98b47079 (patch) | |
tree | 68c5ef08684f13192050413daf7ee5c87d72f9f9 /OpenSim | |
parent | Disable unowned NPCs (diff) | |
download | opensim-SC_OLD-c7757d10386c2a4e8a9015597bd227bb98b47079.zip opensim-SC_OLD-c7757d10386c2a4e8a9015597bd227bb98b47079.tar.gz opensim-SC_OLD-c7757d10386c2a4e8a9015597bd227bb98b47079.tar.bz2 opensim-SC_OLD-c7757d10386c2a4e8a9015597bd227bb98b47079.tar.xz |
Fix typo
Diffstat (limited to 'OpenSim')
-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 e3a750d..44b0b88 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -2107,7 +2107,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
2107 | private LSL_Key NpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, bool owned) | 2107 | private LSL_Key NpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, bool owned) |
2108 | { | 2108 | { |
2109 | if (!owned) | 2109 | if (!owned) |
2110 | OSSL_Error("Unowned NPCs are unsupported"); | 2110 | OSSLError("Unowned NPCs are unsupported"); |
2111 | 2111 | ||
2112 | string groupTitle = String.Empty; | 2112 | string groupTitle = String.Empty; |
2113 | 2113 | ||