From 2f24a53a01219df535be412751e66ea25deafed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sat, 4 Jan 2020 12:08:26 -0500 Subject: [PATCH] Clean up some code --- indra/newview/llviewermessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 49d65e37d..7429f5ca3 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -6819,7 +6819,6 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem) std::string llsdRaw; LLSD llsdBlock; - msgsystem->getStringFast(_PREHASH_AlertInfo, _PREHASH_Message, notificationID); msgsystem->getStringFast(_PREHASH_AlertInfo, _PREHASH_ExtraParams, llsdRaw); if (llsdRaw.length()) { @@ -6870,6 +6869,7 @@ bool attempt_standard_notification(LLMessageSystem* msgsystem) { gAgent.setIsCrossingRegion(false); // Attachments getting lost on TP } + else // HACK -- handle callbacks for specific alerts. if (notificationID == "HomePositionSet") {