diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-30 16:13:48 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-30 16:15:51 +0300 |
commit | 302bfb6e81c28254b750392eea2468b434220bb3 (patch) | |
tree | 729cf9cc64d862d43539d5fc06e46b55b59c518f /indra | |
parent | 5217e6bfb77d8f6e0d955415e9d0edea964908e8 (diff) |
SL-19491 Revert SL-19346
This reverts part of commit 0c2b00efaa2b01204618f4950e5d945331a52f0d.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewermessage.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 84495bf78f..e7456f77bb 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -5823,12 +5823,8 @@ void process_script_question(LLMessageSystem *msg, void **user_data) { count++; known_questions |= script_perm.permbit; - - if (!LLMuteList::isLinden(owner_name)) - { - // check whether permission question should cause special caution dialog - caution |= (script_perm.caution); - } + // check whether permission question should cause special caution dialog + caution |= (script_perm.caution); if (("ScriptTakeMoney" == script_perm.question) && has_not_only_debit) continue; |