diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 20:20:46 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 21:01:45 +0200 |
| commit | b6c7eee50561b61842252ba3692362ed362e3fae (patch) | |
| tree | 939b0d9ca329e5258842c0646f8c98b9e32fbab9 /indra/newview/llmutelist.cpp | |
| parent | 6f99c42e93ed5a8370ef25f29212f596c89724c6 (diff) | |
SL-16320 Remove references to AvaLine from the viewer
Diffstat (limited to 'indra/newview/llmutelist.cpp')
| -rw-r--r-- | indra/newview/llmutelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmutelist.cpp b/indra/newview/llmutelist.cpp index 4a8ef53a8b..bf00d77dea 100644 --- a/indra/newview/llmutelist.cpp +++ b/indra/newview/llmutelist.cpp @@ -352,7 +352,7 @@ BOOL LLMuteList::add(const LLMute& mute, U32 flags) void LLMuteList::updateAdd(const LLMute& mute) { - // External mutes (e.g. Avaline callers) are local only, don't send them to the server. + // External mutes are local only, don't send them to the server. if (mute.mType == LLMute::EXTERNAL) { return; |
