diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 951d66f..b860cf6 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -123,6 +123,7 @@ namespace OpenSim | |||
123 | // Validate that the user has the most basic configuration done | 123 | // Validate that the user has the most basic configuration done |
124 | // If not, offer to do the most basic configuration for them warning them along the way of the importance of | 124 | // If not, offer to do the most basic configuration for them warning them along the way of the importance of |
125 | // reading these files. | 125 | // reading these files. |
126 | /* | ||
126 | m_log.Info("Checking for reguired configuration...\n"); | 127 | m_log.Info("Checking for reguired configuration...\n"); |
127 | 128 | ||
128 | bool OpenSim_Ini = (File.Exists(Path.Combine(Util.configDir(), "OpenSim.ini"))) | 129 | bool OpenSim_Ini = (File.Exists(Path.Combine(Util.configDir(), "OpenSim.ini"))) |
@@ -225,7 +226,7 @@ namespace OpenSim | |||
225 | } | 226 | } |
226 | MainConsole.Instance = null; | 227 | MainConsole.Instance = null; |
227 | } | 228 | } |
228 | 229 | */ | |
229 | configSource.Alias.AddAlias("On", true); | 230 | configSource.Alias.AddAlias("On", true); |
230 | configSource.Alias.AddAlias("Off", false); | 231 | configSource.Alias.AddAlias("Off", false); |
231 | configSource.Alias.AddAlias("True", true); | 232 | configSource.Alias.AddAlias("True", true); |