From 4966a662194e2fd86f326b304ddb5348aba5ff72 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 20 Dec 2021 16:26:11 +0200 Subject: SL-16297 Init mObscureMOAP flag --- indra/llinventory/llparcel.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp index 39d25a64e0..140cc2f3af 100644 --- a/indra/llinventory/llparcel.cpp +++ b/indra/llinventory/llparcel.cpp @@ -234,6 +234,8 @@ void LLParcel::init(const LLUUID &owner_id, setRegionAllowEnvironmentOverride(FALSE); setParcelEnvironmentVersion(INVALID_PARCEL_ENVIRONMENT_VERSION); + + setObscureMOAP(false); } void LLParcel::overrideOwner(const LLUUID& owner_id, BOOL is_group_owned) -- cgit v1.2.3