diff options
author | Rubidium <rubidium@openttd.org> | 2021-07-23 22:36:17 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-09-01 22:40:44 +0200 |
commit | 92559e6f3aa1015abbb453f43a51da13f8e5bf87 (patch) | |
tree | 752b4e96084e064d7ad2a11954c2878f05c6a8b0 /src/table | |
parent | 63116bd59f03182eadc529acee333a753e2046c4 (diff) | |
download | openttd-92559e6f3aa1015abbb453f43a51da13f8e5bf87.tar.xz |
Fix #9388: thread unsafe use of NetworkAdminConsole/IConsolePrint
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings/gui_settings.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings/gui_settings.ini b/src/table/settings/gui_settings.ini index 427402660..f08c84981 100644 --- a/src/table/settings/gui_settings.ini +++ b/src/table/settings/gui_settings.ini @@ -753,6 +753,7 @@ def = 1 min = 0 max = 2 cat = SC_EXPERT +post_cb = [](auto) { DebugReconsiderSendRemoteMessages(); } [SDTC_BOOL] var = gui.newgrf_developer_tools |