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

@@ -117,7 +117,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// If true, NPC moves with running speed.
/// <returns>True if the operation succeeded, false if there was no such agent or the agent was not an NPC</returns>
///
bool MoveToTarget(UUID agentID, Scene scene, Vector3 pos, bool noFly, bool landAtTarget, bool running = false);
bool MoveToTarget(UUID agentID, Scene scene, Vector3 pos, bool noFly, bool landAtTarget, bool running);
/// <summary>
/// Stop the NPC's current movement.