diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-03-01 01:27:30 +0200 |
---|---|---|
committer | marchcat-pe <alihatskiy@productengine.com> | 2023-03-21 00:05:42 +0200 |
commit | 79e51195fbf3409611b413c006fb4061ca820e91 (patch) | |
tree | 2b57f27f2acb94d459602024bc517d6c6934c742 /indra/llmessage | |
parent | 72cec2d347e9240cd08706ff5155bc29822e2ad8 (diff) |
SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/Region
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llregionflags.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llregionflags.h b/indra/llmessage/llregionflags.h index c13f39df9b..8548ed51e7 100644 --- a/indra/llmessage/llregionflags.h +++ b/indra/llmessage/llregionflags.h @@ -89,6 +89,8 @@ const U64 REGION_FLAGS_ALLOW_VOICE = (1 << 28); const U64 REGION_FLAGS_BLOCK_PARCEL_SEARCH = (1 << 29); const U64 REGION_FLAGS_DENY_AGEUNVERIFIED = (1 << 30); +const U64 REGION_FLAGS_DENY_BOTS = (1 << 31); + const U64 REGION_FLAGS_DEFAULT = REGION_FLAGS_ALLOW_LANDMARK | REGION_FLAGS_ALLOW_SET_HOME | REGION_FLAGS_ALLOW_PARCEL_CHANGES | |