FIRE-14988: Avatar coordinates are shown in statusbar when RLVa showloc restriction is set

Ansariel 2014-11-18 16:04:12 +01:00
parent b7f03802ac
commit 0cbfb124ac
1 changed files with 1 additions and 1 deletions

View File

@ -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]