diff options
author | Justin Clark-Casey (justincc) | 2015-03-13 23:50:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-16 19:18:52 +0000 |
commit | 4ac3d4a229e452d61e6c09fc6d0e6b1a0907e1cd (patch) | |
tree | 279702ace1dd2dd96df636f956fec8093f9b7f66 | |
parent | Don't try to write region size and MapfileStaticFile Nini settings that are n... (diff) | |
download | opensim-SC-4ac3d4a229e452d61e6c09fc6d0e6b1a0907e1cd.zip opensim-SC-4ac3d4a229e452d61e6c09fc6d0e6b1a0907e1cd.tar.gz opensim-SC-4ac3d4a229e452d61e6c09fc6d0e6b1a0907e1cd.tar.bz2 opensim-SC-4ac3d4a229e452d61e6c09fc6d0e6b1a0907e1cd.tar.xz |
Actually start a region created via the "create region" console command.
Addresses http://opensimulator.org/mantis/view.php?id=7478
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index deb54fd..5af8194 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -732,6 +732,8 @@ namespace OpenSim | |||
732 | 732 | ||
733 | if (changed) | 733 | if (changed) |
734 | m_estateDataService.StoreEstateSettings(regInfo.EstateSettings); | 734 | m_estateDataService.StoreEstateSettings(regInfo.EstateSettings); |
735 | |||
736 | scene.Start(); | ||
735 | } | 737 | } |
736 | 738 | ||
737 | /// <summary> | 739 | /// <summary> |