HTTP links in group notices and extended group limit ready.
This commit is contained in:
@@ -666,7 +666,7 @@ bool join_group_response(const LLSD& notification, const LLSD& response)
|
||||
if(option == 0 && !group_id.isNull())
|
||||
{
|
||||
// check for promotion or demotion.
|
||||
S32 max_groups = MAX_AGENT_GROUPS;
|
||||
S32 max_groups = gMaxAgentGroups;
|
||||
if(gAgent.isInGroup(group_id)) ++max_groups;
|
||||
|
||||
if(gAgent.mGroups.count() < max_groups)
|
||||
|
||||
Reference in New Issue
Block a user