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

@@ -169,7 +169,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
}
}
public bool MoveToTarget(UUID agentID, Scene scene, Vector3 pos, bool noFly, bool landAtTarget, bool running = false)
public bool MoveToTarget(UUID agentID, Scene scene, Vector3 pos, bool noFly, bool landAtTarget, bool running)
{
lock (m_avatars)
{