eqemu_config is now persistent after first load.

This commit is contained in:
Xackery
2017-07-16 23:05:09 -07:00
parent 4ed6e20b35
commit e61e7fd008
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ class EQEmuConfig
static bool LoadConfig()
{
if (_config != nullptr) {
delete _config;
return true;
}
_config = new EQEmuConfig;