respect landpoint Z position also on the ugly LandingPointBehavior_OS option (default one)
parent
387d564aad
commit
2853c12135
|
@ -5947,6 +5947,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
(m_teleportFlags & Constants.TeleportFlags.ViaHGLogin) != 0))
|
(m_teleportFlags & Constants.TeleportFlags.ViaHGLogin) != 0))
|
||||||
{
|
{
|
||||||
pos = land.LandData.UserLocation;
|
pos = land.LandData.UserLocation;
|
||||||
|
positionChanged = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue