diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-17 20:12:09 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-08-17 20:12:09 +0300 |
commit | 8e8c68720b936a3bd7e907639a966918d48e57bc (patch) | |
tree | 20a7c4ccf62cd8052e4e198dc75b75a95e889df4 /indra/newview/llimprocessing.cpp | |
parent | 0191ee5f6f96eafa20e838ee1737eea58dafb1de (diff) |
SL-17973 updated inappropriate arg
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
-rw-r--r-- | indra/newview/llimprocessing.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index d29e0314b4..e6845127e3 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -521,8 +521,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, dialog, parent_estate_id, region_id, - position, - true); + position); if (!gIMMgr->isDNDMessageSend(session_id)) { @@ -1112,8 +1111,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, IM_SESSION_INVITE, parent_estate_id, region_id, - position, - true); + position); } else { @@ -1138,8 +1136,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, IM_SESSION_INVITE, parent_estate_id, region_id, - position, - true); + position); } break; |