mantis 8250: make same changes to avatar move to target (still no new OSSL)

This commit is contained in:
UbitUmarov
2020-05-19 15:59:53 +01:00
parent 28b22a4fc1
commit aca62392ac
4 changed files with 10 additions and 77 deletions

View File

@@ -259,8 +259,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
// sp.Name, pos, scene.RegionInfo.RegionName,
// noFly, landAtTarget);
sp.MoveToTarget(pos, noFly, landAtTarget);
sp.SetAlwaysRun = running;
sp.MoveToTarget(pos, noFly, landAtTarget, running);
return true;
}