mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Merge pull request #635 from xackery/eqemu_config_json
Eqemu config json
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ class ZoneConfig : public EQEmuConfig {
|
||||
_zone_config=new ZoneConfig;
|
||||
_config=_zone_config;
|
||||
|
||||
return _config->ParseFile(EQEmuConfig::ConfigFile.c_str(),"server");
|
||||
return _config->parseFile();
|
||||
}
|
||||
|
||||
// Accessors for the static private object
|
||||
|
||||
Reference in New Issue
Block a user