mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Make ReadConfig a general features of consoles, rather than type dependent
This commit is contained in:
@@ -155,7 +155,7 @@ namespace OpenSim.Framework.Console
|
||||
m_expireTimer.Start();
|
||||
}
|
||||
|
||||
public void ReadConfig(IConfigSource config)
|
||||
public override void ReadConfig(IConfigSource config)
|
||||
{
|
||||
m_Config = config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user