From 51d0165f0d090742f18324943769c4167b28775a Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Fri, 2 Jul 2010 21:07:14 -0500 Subject: [PATCH] Group chat had red names, made a hack to workaround that --- indra/newview/llfloateractivespeakers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloateractivespeakers.cpp b/indra/newview/llfloateractivespeakers.cpp index 769c0c2e2..4c73584f0 100644 --- a/indra/newview/llfloateractivespeakers.cpp +++ b/indra/newview/llfloateractivespeakers.cpp @@ -510,7 +510,7 @@ void LLPanelActiveSpeakers::refreshSpeakers() name_cell->setColor(LLColor4::black); } // - if(speakerp->mType == LLSpeaker::SPEAKER_AGENT && speakerp->mID != gAgent.getID()) + if(!mShowTextChatters && speakerp->mType == LLSpeaker::SPEAKER_AGENT && speakerp->mID != gAgent.getID()) { // let us check to see if they are actually in the sim LLViewerRegion* regionp = gAgent.getRegion();