From 8b598aef44780ab162ddad3596699d3d877ec362 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Tue, 11 Aug 2026 07:35:32 +0800 Subject: Teleport blocker https://megapahit.com/show_bug.cgi?id=9 --- indra/newview/llimprocessing.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview/llimprocessing.cpp') diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 779ed725ac..9366f1e65a 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -1206,7 +1206,8 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, case IM_LURE_USER: case IM_TELEPORT_REQUEST: { - if (is_muted) + static LLCachedControl block_teleport_offers(gSavedSettings, "BlockTeleportOffers"); + if (is_muted || block_teleport_offers) { return; } -- cgit v1.3