mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
added eqemu_config.json support
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public:
|
||||
_chat_config=new ucsconfig;
|
||||
_config=_chat_config;
|
||||
|
||||
return _config->ParseFile(EQEmuConfig::ConfigFile.c_str(),"server");
|
||||
return _config->parseFile();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user