diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ConfigurationMember.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ConfigurationMember.cs b/OpenSim/Framework/ConfigurationMember.cs index 8e46a04..15008ae 100644 --- a/OpenSim/Framework/ConfigurationMember.cs +++ b/OpenSim/Framework/ConfigurationMember.cs | |||
@@ -199,7 +199,7 @@ namespace OpenSim.Framework | |||
199 | { | 199 | { |
200 | string console_result = ""; | 200 | string console_result = ""; |
201 | string attribute = null; | 201 | string attribute = null; |
202 | if (useFile || (!useFile && configurationFromXMLNode != null)) | 202 | if (useFile || configurationFromXMLNode != null) |
203 | { | 203 | { |
204 | if (!ignoreNextFromConfig) | 204 | if (!ignoreNextFromConfig) |
205 | { | 205 | { |