summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-06-25 20:09:33 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-06-25 20:09:33 +0300
commit854c251feffe9bf194bc4e63fd0de28bd20ff995 (patch)
tree94f924d6cac726f03d2667e7c5d5b43a41006ea0 /indra/newview/llgroupmgr.h
parentbe2f4ecdb4135256e3e513370614c1626e5a1354 (diff)
MAINT-4178 FIXED [Group Bans] The viewer allows you to attempt to ban when the ban list already contains 500 entries, which fails.
Diffstat (limited to 'indra/newview/llgroupmgr.h')
-rwxr-xr-xindra/newview/llgroupmgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llgroupmgr.h b/indra/newview/llgroupmgr.h
index 970d6d5a2d..2e94e8d9a0 100755
--- a/indra/newview/llgroupmgr.h
+++ b/indra/newview/llgroupmgr.h
@@ -49,6 +49,8 @@ enum LLGroupChange
GC_ALL
};
+const U32 GB_MAX_BANNED_AGENTS = 500;
+
class LLGroupMgrObserver
{
public: