diff options
Diffstat (limited to 'OpenSim')
-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> |