mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
test
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user