diff options
Diffstat (limited to 'OpenSim/Region/DataSnapshot')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs index 682763b..f3b50ae 100644 --- a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs +++ b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Region.DataSnapshot | |||
69 | #region IRegionModule | 69 | #region IRegionModule |
70 | public void Close() | 70 | public void Close() |
71 | { | 71 | { |
72 | 72 | ||
73 | } | 73 | } |
74 | 74 | ||
75 | public void Initialise(Scene scene, IConfigSource config) | 75 | public void Initialise(Scene scene, IConfigSource config) |
@@ -81,7 +81,7 @@ namespace OpenSim.Region.DataSnapshot | |||
81 | m_configLoaded = true; | 81 | m_configLoaded = true; |
82 | m_log.Info("[DATASNAPSHOT]: Loading configuration"); | 82 | m_log.Info("[DATASNAPSHOT]: Loading configuration"); |
83 | //Read from the config for options | 83 | //Read from the config for options |
84 | lock (m_syncInit) { | 84 | lock (m_syncInit) { |
85 | try { | 85 | try { |
86 | m_enabled = config.Configs["DataSnapshot"].GetBoolean("index_sims", m_enabled); | 86 | m_enabled = config.Configs["DataSnapshot"].GetBoolean("index_sims", m_enabled); |
87 | if (config.Configs["Startup"].GetBoolean("gridmode", true)) | 87 | if (config.Configs["Startup"].GetBoolean("gridmode", true)) |
@@ -152,7 +152,7 @@ namespace OpenSim.Region.DataSnapshot | |||
152 | 152 | ||
153 | public string Name | 153 | public string Name |
154 | { | 154 | { |
155 | get { return "External Data Generator"; } | 155 | get { return "External Data Generator"; } |
156 | } | 156 | } |
157 | 157 | ||
158 | public void PostInitialise() | 158 | public void PostInitialise() |