diff options
author | Richard Linden <none@none> | 2011-03-14 12:39:56 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-14 12:39:56 -0700 |
commit | ee048db2095d8fc62e86b3dcc31188d7493af825 (patch) | |
tree | 09aa52ece805a1506323c5b3be6739e805d0daad | |
parent | 5038c068eac20425c702fd1dff06ccdacdec9e6f (diff) |
removed source of notification spam for duplication-suppressed notifications
-rw-r--r-- | indra/newview/llnotificationscripthandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp index 45590c3cdb..bbb4d03768 100644 --- a/indra/newview/llnotificationscripthandler.cpp +++ b/indra/newview/llnotificationscripthandler.cpp @@ -88,7 +88,7 @@ bool LLScriptHandler::processNotification(const LLSD& notify) initChannel(); } - if(notify["sigtype"].asString() == "add" || notify["sigtype"].asString() == "change") + if(notify["sigtype"].asString() == "add") { if (LLHandlerUtil::canLogToIM(notification)) { |