Fix build break

avinationmerge
Melanie 2012-01-28 03:15:17 +01:00
parent 090164ff7a
commit fbe324cc5e
1 changed files with 2 additions and 1 deletions

View File

@ -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);
} }