avinationmerge
UbitUmarov 2012-04-27 09:09:29 +01:00
parent 7a7f4b7722
commit b948826b7e
1 changed files with 2 additions and 2 deletions

View File

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