mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Set a sensible default for the MaxAgentGroups parameter
MaxAgentGroups is in the [Groups] section, but is read by the login service. If the login service and the groups service don't share the same ini file, that will be sent to the viewer as zero and groups will not work.
This commit is contained in:
@@ -82,7 +82,7 @@ namespace OpenSim.Services.LLLoginService
|
||||
protected string m_SearchURL;
|
||||
protected string m_Currency;
|
||||
protected string m_ClassifiedFee;
|
||||
protected int m_MaxAgentGroups;
|
||||
protected int m_MaxAgentGroups = 42;
|
||||
protected string m_DestinationGuide;
|
||||
protected string m_AvatarPicker;
|
||||
protected string m_AllowedClients;
|
||||
|
||||
Reference in New Issue
Block a user