From 101da597199ab42302839923499f30792498db87 Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Thu, 8 Jul 2010 16:44:41 -0500 Subject: [PATCH] Added Faglife tag, --- indra/newview/llvoavatar.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 7ffd87ff6..9d514a745 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3147,6 +3147,12 @@ void LLVOAvatar::getClientTag(std::string& client, LLColor4& color, BOOL useComm color = LLColor4(1.0f,0.61176f,0.0f); client = "Whale"; + } + else if (uuid_str == "872c0005-3095-0967-866d-11cd71115c22") + { + color = LLColor4(0.25f,0.5f,0.75f); + client = "<-- Fag"; + } else {