From 9f3bd7cf6bc6b86fc46cebc1a725fb579ba9af76 Mon Sep 17 00:00:00 2001 From: PanteraPolnocy Date: Thu, 30 Jul 2020 03:01:30 +0200 Subject: [PATCH] This one is actually not needed for movelock reporting, as LLNotificationsUtil does put a line in console/chat already --- indra/newview/fslslbridge.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/indra/newview/fslslbridge.cpp b/indra/newview/fslslbridge.cpp index 47fbba1645..e67f725c52 100644 --- a/indra/newview/fslslbridge.cpp +++ b/indra/newview/fslslbridge.cpp @@ -454,12 +454,10 @@ bool FSLSLBridge::lslToViewer(const std::string& message, const LLUUID& fromID, if (message.substr(valuepos + FS_STATE_ATTRIBUTE.size(), 1) == "1") { LLNotificationsUtil::add("MovelockEnabled", LLSD()); - report_to_nearby_chat("--- " + LLTrans::getString("MovelockEnabled")); } else if (message.substr(valuepos + FS_STATE_ATTRIBUTE.size(), 1) == "0") { LLNotificationsUtil::add("MovelockDisabled", LLSD()); - report_to_nearby_chat("--- " + LLTrans::getString("MovelockDisabled")); } else {