mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
Fix typo
This commit is contained in:
@@ -2107,7 +2107,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
private LSL_Key NpcCreate(string firstname, string lastname, LSL_Vector position, string notecard, bool owned)
|
||||
{
|
||||
if (!owned)
|
||||
OSSL_Error("Unowned NPCs are unsupported");
|
||||
OSSLError("Unowned NPCs are unsupported");
|
||||
|
||||
string groupTitle = String.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user