summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-12-20 16:26:11 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-12-20 16:26:11 +0200
commit4966a662194e2fd86f326b304ddb5348aba5ff72 (patch)
treeadf3ee4d9e6840d05ab129247377520fbdabb8f2 /indra
parentd91606b354e1b8dc570a6dd42c4c8d0b3566088f (diff)
SL-16297 Init mObscureMOAP flag
Diffstat (limited to 'indra')
-rw-r--r--indra/llinventory/llparcel.cpp2
1 files changed, 2 insertions, 0 deletions
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)