trivial whitespace removal to trigger a panda rebuild

0.7.1-dev
Justin Clark-Casey (justincc) 2011-04-08 00:42:35 +01:00
parent 9ba787be67
commit d31175060f
1 changed files with 3 additions and 11 deletions

View File

@ -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)