diff options
| -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 b044f6ad29..f6d635f51f 100644 --- a/indra/newview/llmutelist.cpp +++ b/indra/newview/llmutelist.cpp @@ -219,7 +219,7 @@ bool LLMuteList::getLoadFailed() const      if (mLoadState == ML_REQUESTED)      {          constexpr F64 WAIT_SECONDS = 30; -        if (mRequestStartTime + WAIT_SECONDS > LLTimer::getTotalSeconds()) +        if (mRequestStartTime + WAIT_SECONDS < LLTimer::getTotalSeconds())          {              return true;          }  | 
