Revert "Move OpenSimDefaults,ini into config-include in order to put it with all the other default files"

This reverts commit c3259e9c26.

Reverted by agreement.
viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-09-14 03:30:07 +01:00
parent 95702129c7
commit 5d48e3c0bb
2 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace OpenSim
List<string> sources = new List<string>();
string masterFileName =
startupConfig.GetString("inimaster", "config-include/OpenSimDefaults.ini");
startupConfig.GetString("inimaster", "OpenSimDefaults.ini");
if (masterFileName == "none")
masterFileName = String.Empty;