diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 0967c34..59f49ea 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -174,6 +174,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
174 | protected ICapabilitiesModule m_capsModule; | 174 | protected ICapabilitiesModule m_capsModule; |
175 | protected IGroupsModule m_groupsModule; | 175 | protected IGroupsModule m_groupsModule; |
176 | 176 | ||
177 | private Dictionary<string, string> m_extraSettings; | ||
178 | |||
177 | /// <summary> | 179 | /// <summary> |
178 | /// Current scene frame number | 180 | /// Current scene frame number |
179 | /// </summary> | 181 | /// </summary> |
@@ -635,6 +637,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
635 | // FIXME: It shouldn't be up to the database plugins to create this data - we should do it when a new | 637 | // FIXME: It shouldn't be up to the database plugins to create this data - we should do it when a new |
636 | // region is set up and avoid these gyrations. | 638 | // region is set up and avoid these gyrations. |
637 | RegionSettings rs = simDataService.LoadRegionSettings(RegionInfo.RegionID); | 639 | RegionSettings rs = simDataService.LoadRegionSettings(RegionInfo.RegionID); |
640 | m_extraSettings = simDataService.GetExtra(RegionInfo.RegionID); | ||
641 | |||
638 | bool updatedTerrainTextures = false; | 642 | bool updatedTerrainTextures = false; |
639 | if (rs.TerrainTexture1 == UUID.Zero) | 643 | if (rs.TerrainTexture1 == UUID.Zero) |
640 | { | 644 | { |