This commit is contained in:
UbitUmarov
2012-04-27 09:09:29 +01:00
parent 7a7f4b7722
commit b948826b7e

View File

@@ -1103,7 +1103,7 @@ namespace OpenSim.Region.Framework.Scenes
{
CheckLandingPoint(ref newpos);
AbsolutePosition = newpos;
/*
if (newvel.HasValue)
{
if (newvel == Vector3.Zero)
@@ -1130,7 +1130,7 @@ namespace OpenSim.Region.Framework.Scenes
m_velocity = (Vector3)newvel;
}
}
*/
SendTerseUpdateToAllClients();
}