Add the HG case to landing point checks
parent
44cde8d5c6
commit
1ebd79e413
|
@ -3842,7 +3842,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
// If we come in via login, landmark or map, we want to
|
// If we come in via login, landmark or map, we want to
|
||||||
// honor landing points. If we come in via Lure, we want
|
// honor landing points. If we come in via Lure, we want
|
||||||
// to ignore them.
|
// to ignore them.
|
||||||
if ((m_teleportFlags & (TeleportFlags.ViaLogin | TeleportFlags.ViaRegionID)) == (TeleportFlags.ViaLogin | TeleportFlags.ViaRegionID) ||
|
if ((m_teleportFlags & (TeleportFlags.ViaLogin | TeleportFlags.ViaHGLogin | TeleportFlags.ViaRegionID)) == (TeleportFlags.ViaLogin | TeleportFlags.ViaHGLogin | TeleportFlags.ViaRegionID) ||
|
||||||
(m_teleportFlags & TeleportFlags.ViaLandmark) != 0 ||
|
(m_teleportFlags & TeleportFlags.ViaLandmark) != 0 ||
|
||||||
(m_teleportFlags & TeleportFlags.ViaLocation) != 0)
|
(m_teleportFlags & TeleportFlags.ViaLocation) != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue