mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 04:18:41 +00:00
eqemu_config is now persistent after first load.
This commit is contained in:
@@ -146,7 +146,7 @@ class EQEmuConfig
|
||||
static bool LoadConfig()
|
||||
{
|
||||
if (_config != nullptr) {
|
||||
delete _config;
|
||||
return true;
|
||||
}
|
||||
_config = new EQEmuConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user