diff --git a/indra/newview/llhoverview.cpp b/indra/newview/llhoverview.cpp index e535f5b1f..925f7a1a4 100644 --- a/indra/newview/llhoverview.cpp +++ b/indra/newview/llhoverview.cpp @@ -66,6 +66,7 @@ #include "llviewerparcelmgr.h" #include "llviewerregion.h" #include "llviewerwindow.h" +#include "llvoavatarself.h" #include "llglheaders.h" #include "llviewertexturelist.h" //#include "lltoolobjpicker.h" @@ -271,7 +272,7 @@ void LLHoverView::updateText() line.clear(); if (hit_object->isAvatar()) { - if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMETAGS)) + if (gAgentAvatarp != hit_object && gRlvHandler.hasBehaviour(RLV_BHVR_SHOWNAMETAGS)) return; // No tag, no tip. LLNameValue* title = hit_object->getNVPair("Title"); LLNameValue* firstname = hit_object->getNVPair("FirstName");