This commit is contained in:
UbitUmarov
2012-04-27 11:01:34 +01:00
parent 2006188ee5
commit 8ef7df5a56
2 changed files with 2 additions and 5 deletions

View File

@@ -1104,9 +1104,6 @@ namespace OpenSim.Region.Framework.Scenes
CheckLandingPoint(ref newpos);
AbsolutePosition = newpos;
m_log.DebugFormat("[avnLocalTeleport] to {0} {1} init rotation {2}", newpos, rotateToVelXY,Rotation);
if (newvel.HasValue)
{
if ((Vector3)newvel == Vector3.Zero)