Group chat had red names, made a hack to workaround that
This commit is contained in:
@@ -510,7 +510,7 @@ void LLPanelActiveSpeakers::refreshSpeakers()
|
||||
name_cell->setColor(LLColor4::black);
|
||||
}
|
||||
// <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
|
||||
LLViewerRegion* regionp = gAgent.getRegion();
|
||||
|
||||
Reference in New Issue
Block a user