diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-06 22:02:18 +0200 |
|---|---|---|
| committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-03-06 22:53:04 +0200 |
| commit | 0c2b00efaa2b01204618f4950e5d945331a52f0d (patch) | |
| tree | e6dabc7a61d30301d3e35bb3fe3dcdb3c5cb4514 /indra/newview/llimprocessing.cpp | |
| parent | 9ee7c2598e13f78a5a944a09fbe0dd104270ef18 (diff) | |
SL-19346 PERMISSION_DEBIT remove warning for Linden owned content
Diffstat (limited to 'indra/newview/llimprocessing.cpp')
| -rw-r--r-- | indra/newview/llimprocessing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index 81f51ca0ea..3536b83989 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -453,7 +453,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, BOOL is_friend = (LLAvatarTracker::instance().getBuddyInfo(from_id) == NULL) ? false : true; BOOL accept_im_from_only_friend = gSavedPerAccountSettings.getBOOL("VoiceCallsFriendsOnly"); BOOL is_linden = chat.mSourceType != CHAT_SOURCE_OBJECT && - LLMuteList::getInstance()->isLinden(name); + LLMuteList::isLinden(name); chat.mMuted = is_muted; chat.mFromID = from_id; |
