mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
*Added ability to skip any use of the console when configuring and assume default value. This is useful when the server is running by itself and a new region request is added without sufficient information
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Framework
|
||||
public UserConfig(string description, string filename)
|
||||
{
|
||||
configMember =
|
||||
new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration);
|
||||
new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration,true);
|
||||
configMember.performConfigurationRetrieve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user