diff options
author | Jeff Ames | 2007-11-17 08:14:17 +0000 |
---|---|---|
committer | Jeff Ames | 2007-11-17 08:14:17 +0000 |
commit | a47328973866d0cdd4503f1bcfa5da6183f0f0b0 (patch) | |
tree | 33a54285c398311f180bda6ba0469071849fdcac /OpenSim/Framework | |
parent | added some POS gravity (diff) | |
download | opensim-SC_OLD-a47328973866d0cdd4503f1bcfa5da6183f0f0b0.zip opensim-SC_OLD-a47328973866d0cdd4503f1bcfa5da6183f0f0b0.tar.gz opensim-SC_OLD-a47328973866d0cdd4503f1bcfa5da6183f0f0b0.tar.bz2 opensim-SC_OLD-a47328973866d0cdd4503f1bcfa5da6183f0f0b0.tar.xz |
minor cleanup of some dodgy bits
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 | { |