minor cleanup of some dodgy bits

This commit is contained in:
Jeff Ames
2007-11-17 08:14:17 +00:00
parent ba9b317122
commit a473289738
3 changed files with 16 additions and 34 deletions

View File

@@ -199,7 +199,7 @@ namespace OpenSim.Framework
{
string console_result = "";
string attribute = null;
if (useFile || (!useFile && configurationFromXMLNode != null))
if (useFile || configurationFromXMLNode != null)
{
if (!ignoreNextFromConfig)
{