Added the furry client nano to the tags list...

This commit is contained in:
phr0z3nt04st
2010-05-23 15:10:44 -05:00
parent 28c3c0ac47
commit 3d47ba81e5

View File

@@ -3261,7 +3261,12 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last)
mNameText->setColor(LLColor4(0.5f, 0.5f, 0.5f));
line += " (Viewer 2.0)";
}
else if(uuid_str == "380ae30b-f2c7-b07c-041e-5688e89a6fc1")
{
mNameText->setColor(LLColor4(0.65f, 0.93f, 0.14f));
line += " (Nano)";
}
else
{
LLColor4 avatar_name_color = gColors.getColor( "AvatarNameColor" );