Make "config show/set/get/save" console commands available on all servers

This commit is contained in:
Justin Clark-Casey (justincc)
2012-11-22 05:48:41 +00:00
parent 8269d2b893
commit 9fcf3f1a3f
6 changed files with 172 additions and 189 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Server.Base
protected override void ReadConfig()
{
IConfig networkConfig = m_Config.Configs["Network"];
IConfig networkConfig = Config.Configs["Network"];
if (networkConfig == null)
{