Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
Dan Lake
2012-05-08 16:06:02 -07:00

View File

@@ -1003,6 +1003,8 @@ namespace OpenSim.Region.Framework.Scenes
public void TeleportWithMomentum(Vector3 pos, Vector3? v)
{
if (ParentID != (uint)0)
StandUp();
bool isFlying = Flying;
Vector3 vel = Velocity;
RemoveFromPhysicalScene();