Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
3bc5620d74
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue