diff options
author | Tyler Trahan <tyler@tylertrahan.com> | 2021-02-18 12:42:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 18:42:28 +0100 |
commit | fa88cb62e1676bd670504730a2d8e58089234941 (patch) | |
tree | be22dfa4a3a3eaeea30b8da1ca4088c310b58214 /src/table | |
parent | 15b99f2e7ae0b2ab4bce18c1663dff95220f42e0 (diff) | |
download | openttd-fa88cb62e1676bd670504730a2d8e58089234941.tar.xz |
Fix cc39fa9: New orders are non-stop by default (#8689)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 1c68e6b73..dbec69eb3 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -1201,7 +1201,7 @@ cat = SC_EXPERT var = gui.sg_new_nonstop from = SLV_22 to = SLV_93 -def = true +def = false ; station.nonuniform_stations [SDT_NULL] @@ -3076,7 +3076,7 @@ strhelp = STR_CONFIG_SETTING_WARN_LOST_VEHICLE_HELPTEXT [SDTC_BOOL] var = gui.new_nonstop flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC -def = false +def = true str = STR_CONFIG_SETTING_NONSTOP_BY_DEFAULT strhelp = STR_CONFIG_SETTING_NONSTOP_BY_DEFAULT_HELPTEXT cat = SC_BASIC |