test
parent
7a7f4b7722
commit
b948826b7e
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue