This one is actually not needed for movelock reporting, as LLNotificationsUtil does put a line in console/chat already

master
PanteraPolnocy 2020-07-30 03:01:30 +02:00
parent 6c4139ca1e
commit 9f3bd7cf6b
1 changed files with 0 additions and 2 deletions

View File

@ -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
{