diff options
author | Baker Linden <baker@lindenlab.com> | 2013-10-29 15:07:57 -0700 |
---|---|---|
committer | Baker Linden <baker@lindenlab.com> | 2013-10-29 15:07:57 -0700 |
commit | e6f6b6526bd7cd31bad33a97b05667a79a3f3004 (patch) | |
tree | c6fad9a31f1ef1bd18348954de0bd2eca87bc341 /indra | |
parent | b935d5c62d60f42eac1a42575b2eeaf3ede664f6 (diff) |
- Updated role_constants to reflect new ban access power value
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/roles_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/roles_constants.h b/indra/llcommon/roles_constants.h index ee3e8b6b74..598cd48e22 100755 --- a/indra/llcommon/roles_constants.h +++ b/indra/llcommon/roles_constants.h @@ -53,7 +53,7 @@ enum LLRoleChangeType // KNOWN HOLES: use these for any single bit powers you need // bit 0x1 << 46 -// bit 0x1 << 50 and above +// bit 0x1 << 52 and above // These powers were removed to make group roles simpler // bit 0x1 << 41 (GP_ACCOUNTING_VIEW) @@ -146,7 +146,7 @@ const U64 GP_SESSION_VOICE = 0x1LL << 27; //can hear/talk const U64 GP_SESSION_MODERATOR = 0x1LL << 37; //can mute people's session // Group Banning -const U64 GP_GROUP_BAN_ACCESS = 0x1LL << 49; // Allows access to ban / un-ban agents from a group. +const U64 GP_GROUP_BAN_ACCESS = 0x1LL << 51; // Allows access to ban / un-ban agents from a group. const U64 GP_DEFAULT_MEMBER = GP_ACCOUNTING_ACCOUNTABLE | GP_LAND_ALLOW_SET_HOME |