diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 8637df7..5a5f2e1 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -6115,7 +6115,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
6115 | if (m_host.OwnerID == land.LandData.OwnerID) | 6115 | if (m_host.OwnerID == land.LandData.OwnerID) |
6116 | { | 6116 | { |
6117 | Vector3 pos = World.GetNearestAllowedPosition(presence, land); | 6117 | Vector3 pos = World.GetNearestAllowedPosition(presence, land); |
6118 | presence.TeleportWithMomentum(pos); | 6118 | presence.TeleportWithMomentum(pos, null); |
6119 | presence.ControllingClient.SendAlertMessage("You have been ejected from this land"); | 6119 | presence.ControllingClient.SendAlertMessage("You have been ejected from this land"); |
6120 | } | 6120 | } |
6121 | } | 6121 | } |