respect landpoint Z position also on the ugly LandingPointBehavior_OS option (default one)

LSLKeyTest
UbitUmarov 2016-08-24 21:59:39 +01:00
parent 387d564aad
commit 2853c12135
1 changed files with 1 additions and 0 deletions

View File

@ -5947,6 +5947,7 @@ namespace OpenSim.Region.Framework.Scenes
(m_teleportFlags & Constants.TeleportFlags.ViaHGLogin) != 0))
{
pos = land.LandData.UserLocation;
positionChanged = true;
}
}