aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-03-13 23:50:00 +0000
committerJustin Clark-Casey (justincc)2015-03-13 23:50:00 +0000
commit45dd0cc363c022ec918e50f28c5afb7f636e38e0 (patch)
tree99612bb1a96c88ea0c9049c0776440d5b5552a43 /OpenSim/Region/Application/OpenSim.cs
parentDon't try to write region size and MapfileStaticFile Nini settings that are n... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
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>