diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-04-23 15:13:38 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-04-23 15:13:38 +0100 |
commit | 099e58f75b3edc036cff9f6cf5587dacaf16e3fc (patch) | |
tree | 1c0b16399aa35a0d736a935b8a5ba223071da1e7 /indra/llcommon | |
parent | 81dbd3663bdaff741e68de0ec4d4d35bedf6649d (diff) |
SL-10401 - get agent attachment limit from SimulatorFeatures if available
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/indra_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/indra_constants.h b/indra/llcommon/indra_constants.h index a00a82aff0..c0213d7c16 100644 --- a/indra/llcommon/indra_constants.h +++ b/indra/llcommon/indra_constants.h @@ -153,7 +153,6 @@ const U8 SIM_ACCESS_DOWN = 254; const U8 SIM_ACCESS_MAX = SIM_ACCESS_ADULT; // attachment constants -const S32 MAX_AGENT_ATTACHMENTS = 38; const U8 ATTACHMENT_ADD = 0x80; // god levels |