Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint

This commit is contained in:
Rubidium
2021-07-23 22:36:17 +02:00
committed by rubidium42
parent 63116bd59f
commit 92559e6f3a
6 changed files with 79 additions and 2 deletions

View File

@@ -1242,6 +1242,7 @@ void LoadFromConfig(bool startup)
HandleOldDiffCustom(false);
ValidateSettings();
DebugReconsiderSendRemoteMessages();
/* Display scheduled errors */
extern void ScheduleErrorMessage(ErrorList &datas);