mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Purged 'Regions' code pending Agent layer grok.
* Changed so prims aren't loaded until AFTER parcels. * The region startup flow is still an ungodly rats nest.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace OpenSim
|
||||
Directory.CreateDirectory(Util.logDir());
|
||||
}
|
||||
|
||||
m_log = new LogBase(Path.Combine(Util.logDir(), m_logFilename), "Region", this, m_silent);
|
||||
m_log = CreateLog();
|
||||
MainLog.Instance = m_log;
|
||||
|
||||
base.StartUp();
|
||||
|
||||
Reference in New Issue
Block a user