diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 3 | ||||
-rw-r--r-- | bin/Robust.ini.example | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2a05a56..36025d5 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -758,6 +758,9 @@ | |||
758 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't | 758 | ;; Can overwrite the default in [Hypergrid], but probably shouldn't |
759 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 759 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
760 | 760 | ||
761 | ;; Sets the maximum number of groups an agent may join | ||
762 | ; MaxAgentGroups = 42 | ||
763 | |||
761 | 764 | ||
762 | [UserProfilesService] | 765 | [UserProfilesService] |
763 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 766 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index f61b213..284e969 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -507,6 +507,11 @@ | |||
507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | 507 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
508 | 508 | ||
509 | 509 | ||
510 | [Groups] | ||
511 | ;; Sets the maximum number of groups an agent may join | ||
512 | ; MaxAgentGroups = 42 | ||
513 | |||
514 | |||
510 | [GridInfoService] | 515 | [GridInfoService] |
511 | ; These settings are used to return information on a get_grid_info call. | 516 | ; These settings are used to return information on a get_grid_info call. |
512 | ; Client launcher scripts and third-party clients make use of this to | 517 | ; Client launcher scripts and third-party clients make use of this to |