mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
minor cleanup of some dodgy bits
This commit is contained in:
@@ -199,7 +199,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
string console_result = "";
|
||||
string attribute = null;
|
||||
if (useFile || (!useFile && configurationFromXMLNode != null))
|
||||
if (useFile || configurationFromXMLNode != null)
|
||||
{
|
||||
if (!ignoreNextFromConfig)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user