diff options
author | UbitUmarov | 2017-08-24 01:47:01 +0100 |
---|---|---|
committer | UbitUmarov | 2017-08-24 01:47:01 +0100 |
commit | c5802c94608f7dbd39bb8dd03ecd409fbae83f22 (patch) | |
tree | c9e21a1317bc6ce81284bc0b13aa08b4c3c780d0 /OpenSim/Region/Framework/Scenes | |
parent | add missing file. Also in last commit comment the flag was relative to (un)fr... (diff) | |
download | opensim-SC-c5802c94608f7dbd39bb8dd03ecd409fbae83f22.zip opensim-SC-c5802c94608f7dbd39bb8dd03ecd409fbae83f22.tar.gz opensim-SC-c5802c94608f7dbd39bb8dd03ecd409fbae83f22.tar.bz2 opensim-SC-c5802c94608f7dbd39bb8dd03ecd409fbae83f22.tar.xz |
change a few more parcel eject code paths
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 22860b1..f9c7031 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1619,7 +1619,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1619 | 1619 | ||
1620 | public void TeleportWithMomentum(Vector3 pos, Vector3? v) | 1620 | public void TeleportWithMomentum(Vector3 pos, Vector3? v) |
1621 | { | 1621 | { |
1622 | if(!CheckLocalTPLandingPoint(ref pos)) | 1622 | if(!CheckLocalTPLandingPoint(ref pos)) |
1623 | return; | 1623 | return; |
1624 | 1624 | ||
1625 | if (ParentID != (uint)0) | 1625 | if (ParentID != (uint)0) |