Skip to content
Snippets Groups Projects
Commit aa1b5aae authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Small cleanup

parent 5106e509
No related branches found
No related tags found
No related merge requests found
...@@ -476,7 +476,7 @@ class LLChatHistoryHeader: public LLPanel ...@@ -476,7 +476,7 @@ class LLChatHistoryHeader: public LLPanel
{ {
return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagVoiceChat); return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagVoiceChat);
} }
if (level == "is_muted") else if (level == "is_muted")
{ {
return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagTextChat); return LLMuteList::getInstance()->isMuted(getAvatarId(), LLMute::flagTextChat);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment