From e04728f0424d4e42943fc187f295eb62a73bc5ce Mon Sep 17 00:00:00 2001 From: orwell Date: Mon, 23 Jun 2025 23:06:44 +0200 Subject: Get door closing time from wagon definition, no longer user configurable, and restore waitsig in stoprail atc command --- advtrains_line_automation/line_editor.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'advtrains_line_automation/line_editor.lua') diff --git a/advtrains_line_automation/line_editor.lua b/advtrains_line_automation/line_editor.lua index 30e52fb..fcba9dd 100644 --- a/advtrains_line_automation/line_editor.lua +++ b/advtrains_line_automation/line_editor.lua @@ -220,9 +220,9 @@ local function get_formspec(custom_state) "na žádné další vlaky\\, stávající vlaky však mohou dojet do svých koncových zastávek.]") table.insert(formspec, "container[0,8.75]".. - "label[0.5,0.25;"..S("Departure").."]".. - "label[2,0.25;"..S("Stop").."]".. - "label[3.5,0.25;"..S("Code Dop.").."]".. + "label[0.5,0.25;"..S("Dep.").."]".. + "label[2,0.25;"..S("St.Time").."]".. + "label[3.5,0.25;"..S("Station Code").."]".. "label[6.25,0.25;"..S("Mode").."]".. "label[11,0.25;"..S("Track").."]".. "label[12.5,0.25;"..S("Position").."]".. -- cgit v1.2.3