chane enable config option

master
Christopher 2020-06-10 12:53:23 +02:00
parent 99c2e04456
commit 52b3dedcab
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ namespace OpenSim.Modules.DataValue
if (m_config != null)
{
m_dataValueDirectory = m_config.GetString("DataValueStorageDirectory", m_dataValueDirectory);
m_enabled = m_config.GetBoolean("Enabled", m_enabled);
m_enabled = m_config.GetBoolean("EnabledDataStorage", m_enabled);
m_log.DebugFormat("[" + Name + "]: Data storage: = " + m_dataValueDirectory);
}