From aa1b5aaee88868678286e0ea48d2031d2dac728c Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 5 Jan 2021 04:38:40 -0500 Subject: [PATCH] Small cleanup --- indra/newview/llchathistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index dd25a228165..d5c1663df6a 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -476,7 +476,7 @@ class LLChatHistoryHeader: public LLPanel { return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagVoiceChat); } - if (level == "is_muted") + else if (level == "is_muted") { return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagTextChat); } -- GitLab