aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmutelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llmutelist.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/newview/llmutelist.cpp b/linden/indra/newview/llmutelist.cpp
index e62bf19..c2ca740 100644
--- a/linden/indra/newview/llmutelist.cpp
+++ b/linden/indra/newview/llmutelist.cpp
@@ -185,12 +185,7 @@ BOOL LLMuteList::isLinden(const LLString& name) const
185 if (token_iter == tokens.end()) return FALSE; 185 if (token_iter == tokens.end()) return FALSE;
186 186
187 LLString last_name = *token_iter; 187 LLString last_name = *token_iter;
188 188 return last_name == "Linden";
189 if (last_name == "Linden")
190 {
191 return TRUE;
192 }
193 return FALSE;
194} 189}
195 190
196 191