From 81b4c7be3e84b29e5fcc387f578afdc07b806048 Mon Sep 17 00:00:00 2001 From: mingchen Date: Fri, 4 Jan 2008 14:14:15 +0000 Subject: *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 --- OpenSim/Framework/GridConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/GridConfig.cs') diff --git a/OpenSim/Framework/GridConfig.cs b/OpenSim/Framework/GridConfig.cs index 8821010..c07adea 100644 --- a/OpenSim/Framework/GridConfig.cs +++ b/OpenSim/Framework/GridConfig.cs @@ -55,7 +55,7 @@ namespace OpenSim.Framework public GridConfig(string description, string filename) { configMember = - new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration); + new ConfigurationMember(filename, description, loadConfigurationOptions, handleIncomingConfiguration, true); configMember.performConfigurationRetrieve(); } -- cgit v1.1