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.melanie
parent
995242b351
commit
b0db575220
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue