diff options
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs index 5d69705..80fc56f 100644 --- a/OpenSim/Services/LLLoginService/LLLoginService.cs +++ b/OpenSim/Services/LLLoginService/LLLoginService.cs | |||
@@ -82,7 +82,7 @@ namespace OpenSim.Services.LLLoginService | |||
82 | protected string m_SearchURL; | 82 | protected string m_SearchURL; |
83 | protected string m_Currency; | 83 | protected string m_Currency; |
84 | protected string m_ClassifiedFee; | 84 | protected string m_ClassifiedFee; |
85 | protected int m_MaxAgentGroups; | 85 | protected int m_MaxAgentGroups = 42; |
86 | protected string m_DestinationGuide; | 86 | protected string m_DestinationGuide; |
87 | protected string m_AvatarPicker; | 87 | protected string m_AvatarPicker; |
88 | protected string m_AllowedClients; | 88 | protected string m_AllowedClients; |