diff --git a/indra/newview/llnotificationofferhandler.cpp b/indra/newview/llnotificationofferhandler.cpp index 7d64462288..b044c9426d 100644 --- a/indra/newview/llnotificationofferhandler.cpp +++ b/indra/newview/llnotificationofferhandler.cpp @@ -114,7 +114,8 @@ bool LLOfferHandler::processNotification(const LLNotificationPtr& notification, && gSavedSettings.getBOOL("PlayModeUISndInventoryOffer")) || ((notif_name == "TeleportOffered" || notif_name == "TeleportOffered_SLUrl" || notif_name == "TeleportOffered_MaturityExceeded" || notif_name == "TeleportOffered_MaturityExceeded_SLUrl" || - notif_name == "TeleportOffered_MaturityBlocked" || notif_name == "TeleportOffered_MaturityBlocked_SLUrl") + notif_name == "TeleportOffered_MaturityBlocked" || notif_name == "TeleportOffered_MaturityBlocked_SLUrl" || + notif_name == "TeleportRequest") && gSavedSettings.getBOOL("PlayModeUISndTeleportOffer")); //