From 0cbfb124ac3a37e9cdc89f28d18518e01f7faef3 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 18 Nov 2014 16:04:12 +0100 Subject: [PATCH] FIRE-14988: Avatar coordinates are shown in statusbar when RLVa showloc restriction is set --- indra/newview/llagentui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llagentui.cpp b/indra/newview/llagentui.cpp index 91420f6b7e..e1955e6fe8 100755 --- a/indra/newview/llagentui.cpp +++ b/indra/newview/llagentui.cpp @@ -137,7 +137,7 @@ BOOL LLAgentUI::buildLocationString(std::string& str, ELocationFormat fmt,const region_name = RlvStrings::getString(RLV_STRING_HIDDEN_REGION); if (LOCATION_FORMAT_NO_MATURITY == fmt) fmt = LOCATION_FORMAT_LANDMARK; - else if (LOCATION_FORMAT_FULL == fmt) + else if (LOCATION_FORMAT_FULL == fmt || LOCATION_FORMAT_V1_STATUSBAR == fmt) fmt = LOCATION_FORMAT_NO_COORDS; } // [/RLVa:KB]