Bugfixes
parent
8f5c96f02b
commit
6c7ebf19b5
|
@ -99,7 +99,7 @@ namespace OpenSim
|
||||||
m_physicsEngine = physicsEngine;
|
m_physicsEngine = physicsEngine;
|
||||||
m_config = configFile;
|
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;
|
OpenSim.Framework.Console.MainConsole.Instance = m_console;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -156,6 +156,10 @@ namespace OpenSim
|
||||||
configData.SetAttribute("Datastore", datastore);
|
configData.SetAttribute("Datastore", datastore);
|
||||||
this.DataStore = datastore;
|
this.DataStore = datastore;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.DataStore = attri;
|
||||||
|
}
|
||||||
|
|
||||||
//Sim Listen Port
|
//Sim Listen Port
|
||||||
attri = "";
|
attri = "";
|
||||||
|
|
Loading…
Reference in New Issue