mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
change a few more parcel eject code paths
This commit is contained in:
@@ -1619,7 +1619,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void TeleportWithMomentum(Vector3 pos, Vector3? v)
|
||||
{
|
||||
if(!CheckLocalTPLandingPoint(ref pos))
|
||||
if(!CheckLocalTPLandingPoint(ref pos))
|
||||
return;
|
||||
|
||||
if (ParentID != (uint)0)
|
||||
|
||||
Reference in New Issue
Block a user