mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
mantis 8250: make same changes to avatar move to target (still no new OSSL)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user