Fix a buglet in the last commit
parent
be2ed074fa
commit
2587170445
|
@ -84,7 +84,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||||
|
|
||||||
public IConfigSource ConfigSource
|
public IConfigSource ConfigSource
|
||||||
{
|
{
|
||||||
get { return ConfigSource; }
|
get { return m_ConfigSource; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// How many seconds between re-reading config-file.
|
// How many seconds between re-reading config-file.
|
||||||
|
|
Loading…
Reference in New Issue