mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
get rid of vestigal move to parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user