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

0.7.4.1
Dan Lake 2012-05-08 16:06:02 -07:00
commit 3bc5620d74
1 changed files with 2 additions and 0 deletions

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();