Group chat had red names, made a hack to workaround that

This commit is contained in:
phr0z3nt04st
2010-07-02 21:07:14 -05:00
parent 9e390b5cf6
commit 51d0165f0d

View File

@@ -510,7 +510,7 @@ void LLPanelActiveSpeakers::refreshSpeakers()
name_cell->setColor(LLColor4::black); name_cell->setColor(LLColor4::black);
} }
// <edit> // <edit>
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 // let us check to see if they are actually in the sim
LLViewerRegion* regionp = gAgent.getRegion(); LLViewerRegion* regionp = gAgent.getRegion();