remove default values from prior commit since mono cant deal with them

This commit is contained in:
dahlia
2012-05-07 00:08:56 -07:00
parent b697d0e895
commit 4186fa10f0
5 changed files with 5 additions and 5 deletions

View File

@@ -2449,7 +2449,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return;
Vector3 pos = new Vector3((float) position.x, (float) position.y, (float) position.z);
module.MoveToTarget(npcId, World, pos, false, true);
module.MoveToTarget(npcId, World, pos, false, true, false);
}
}