mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Add LoadLogSysSettings to other processes
This commit is contained in:
+2
-1
@@ -182,7 +182,8 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
guild_mgr.SetDatabase(&database);
|
||||
|
||||
Log.LoadLogSettingsDefaults();
|
||||
/* Register Log System and Settings */
|
||||
Log.LoadLogSettingsDefaults();
|
||||
database.LoadLogSysSettings(Log.log_settings);
|
||||
|
||||
if (argc >= 2) {
|
||||
|
||||
Reference in New Issue
Block a user