1
0
Fork 0

Fix cc39fa9: New orders are non-stop by default (#8689)

pull/8694/head
Tyler Trahan 2021-02-18 12:42:28 -05:00 committed by GitHub
parent 15b99f2e7a
commit fa88cb62e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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