mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Implement .ini file includes. Anything that begins with "Include-" will be
treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too
This commit is contained in:
@@ -66,7 +66,7 @@ namespace OpenSim.Framework.Console
|
||||
}
|
||||
else
|
||||
{
|
||||
System.Console.WriteLine(loggingMessage);
|
||||
System.Console.Write(loggingMessage);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user