trivial whitespace removal to trigger a panda rebuild
parent
9ba787be67
commit
d31175060f
|
@ -252,8 +252,6 @@ namespace OpenSim
|
|||
// load Crash directory config
|
||||
m_crashDir = configSource.Configs["Startup"].GetString("crash_dir", m_crashDir);
|
||||
|
||||
|
||||
|
||||
if (background)
|
||||
{
|
||||
m_sim = new OpenSimBackground(configSource);
|
||||
|
@ -261,14 +259,8 @@ namespace OpenSim
|
|||
}
|
||||
else
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
m_sim = new OpenSim(configSource);
|
||||
|
||||
|
||||
|
||||
m_sim.Startup();
|
||||
|
||||
while (true)
|
||||
|
|
Loading…
Reference in New Issue