From 10bd3c9f930c76e1427ddd4ecece6cdf36b4406d Mon Sep 17 00:00:00 2001 From: Beq Date: Fri, 22 May 2026 19:19:27 +0100 Subject: [PATCH] Move 'notif_name == "TeleportRequest"' inside parentheses to avoid ambiguity Found by Darl - thanks Signed-off-by: PanteraPolnocy --- indra/newview/llnotificationofferhandler.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")); //