Fix build break
parent
090164ff7a
commit
fbe324cc5e
|
@ -2252,7 +2252,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
return NpcCreate(
|
return NpcCreate(
|
||||||
firstname, lastname, position, notecard,
|
firstname, lastname, position, notecard,
|
||||||
(options & ScriptBaseClass.OS_NPC_NOT_OWNED) == 0);
|
(options & ScriptBaseClass.OS_NPC_NOT_OWNED) == 0,
|
||||||
|
false);
|
||||||
// (options & ScriptBaseClass.OS_NPC_SENSE_AS_AGENT) == 0);
|
// (options & ScriptBaseClass.OS_NPC_SENSE_AS_AGENT) == 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue