mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Address http://opensimulator.org/mantis/view.php?id=3076 by actually eliminating the redundant enable = true commented example
* Comment out some startup verbosity from the module if we haven't enabled it
This commit is contained in:
@@ -82,13 +82,13 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
{
|
||||
if ((_config = config.Configs["Concierge"]) == null)
|
||||
{
|
||||
_log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured");
|
||||
//_log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!_config.GetBoolean("enabled", false))
|
||||
{
|
||||
_log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration");
|
||||
//_log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -968,7 +968,8 @@ InterregionComms = "RESTComms"
|
||||
|
||||
|
||||
[Concierge]
|
||||
; enable = true
|
||||
; Enable concierge module
|
||||
; Default is false
|
||||
enabled = false
|
||||
|
||||
; name of the concierge
|
||||
|
||||
Reference in New Issue
Block a user