mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Bugfixes
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenSim
|
||||
m_physicsEngine = physicsEngine;
|
||||
m_config = configFile;
|
||||
|
||||
m_console = new ConsoleBase("region-console.log", "Region", this, verbose);
|
||||
m_console = new ConsoleBase("region-console" + m_config + ".log", "Region", this, verbose);
|
||||
OpenSim.Framework.Console.MainConsole.Instance = m_console;
|
||||
}
|
||||
|
||||
|
||||
@@ -156,6 +156,10 @@ namespace OpenSim
|
||||
configData.SetAttribute("Datastore", datastore);
|
||||
this.DataStore = datastore;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.DataStore = attri;
|
||||
}
|
||||
|
||||
//Sim Listen Port
|
||||
attri = "";
|
||||
|
||||
Reference in New Issue
Block a user