diff options
author | Justin Clark-Casey (justincc) | 2015-03-13 23:50:00 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-13 23:50:00 +0000 |
commit | 45dd0cc363c022ec918e50f28c5afb7f636e38e0 (patch) | |
tree | 99612bb1a96c88ea0c9049c0776440d5b5552a43 /OpenSim/Region | |
parent | Don't try to write region size and MapfileStaticFile Nini settings that are n... (diff) | |
download | opensim-SC_OLD-45dd0cc363c022ec918e50f28c5afb7f636e38e0.zip opensim-SC_OLD-45dd0cc363c022ec918e50f28c5afb7f636e38e0.tar.gz opensim-SC_OLD-45dd0cc363c022ec918e50f28c5afb7f636e38e0.tar.bz2 opensim-SC_OLD-45dd0cc363c022ec918e50f28c5afb7f636e38e0.tar.xz |
Actually start a region created via the "create region" console command.
Addresses http://opensimulator.org/mantis/view.php?id=7478
Diffstat (limited to 'OpenSim/Region')
-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> |