Actually start a region created via the "create region" console command.
Addresses http://opensimulator.org/mantis/view.php?id=74780.8.1-post-fixes
parent
64fa2249f8
commit
4ac3d4a229
|
@ -732,6 +732,8 @@ namespace OpenSim
|
||||||
|
|
||||||
if (changed)
|
if (changed)
|
||||||
m_estateDataService.StoreEstateSettings(regInfo.EstateSettings);
|
m_estateDataService.StoreEstateSettings(regInfo.EstateSettings);
|
||||||
|
|
||||||
|
scene.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue