From 3c42d87dc0b4b3aed454e68541bff711dba75dc9 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Sun, 27 Dec 2020 18:20:03 +0100 Subject: Stoprail: Set LZB checkpoint speed back to 2 Caused problems when approaching stoprail in manual control also better for compatibility --- advtrains_line_automation/stoprail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains_line_automation') diff --git a/advtrains_line_automation/stoprail.lua b/advtrains_line_automation/stoprail.lua index 4fdab51..9c1470a 100644 --- a/advtrains_line_automation/stoprail.lua +++ b/advtrains_line_automation/stoprail.lua @@ -181,7 +181,7 @@ local adefunc = function(def, preset, suffix, rotation) stdata.ars = {default=true} end if stdata.ars and (stdata.ars.default or advtrains.interlocking.ars_check_rule_match(stdata.ars, train) ) then - advtrains.lzb_add_checkpoint(train, index, 0, nil) + advtrains.lzb_add_checkpoint(train, index, 2, nil) local stn = advtrains.lines.stations[stdata.stn] local stnname = stn and stn.name or "Unknown Station" train.text_inside = "Next Stop:\n"..stnname -- cgit v1.2.3