get rid of vestigal move to parameters

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-03 22:11:05 +01:00
parent b7a3f36c65
commit 2964467708
10 changed files with 28 additions and 41 deletions

View File

@@ -1650,7 +1650,7 @@ namespace OpenSim.Region.Framework.Scenes
ScenePresence avatar = m_scene.GetScenePresence(rootpart.AttachedAvatar);
if (avatar != null)
{
avatar.DoMoveToPosition(0, target, null);
avatar.DoMoveToPosition(target);
}
}
else