mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 20:15:48 +08:00
change a few more parcel eject code paths
This commit is contained in:
@@ -6827,7 +6827,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
if (m_host.OwnerID == land.LandData.OwnerID)
|
||||
{
|
||||
Vector3 p = World.GetNearestAllowedPosition(presence, land);
|
||||
presence.TeleportWithMomentum(p, null);
|
||||
presence.TeleportOnEject(p);
|
||||
presence.ControllingClient.SendAlertMessage("You have been ejected from this land");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user