diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:55:37 +0200 |
commit | 8033f8633aab9dda9881463600efeccc8a5ad95f (patch) | |
tree | 06dc8c1b120fd321598cefc477b8f5073a668660 /il_timetable | |
parent | 9ef9e006c52db4a72872d417b99c1bea1e61ce35 (diff) | |
download | luaatc_envs-8033f8633aab9dda9881463600efeccc8a5ad95f.tar.gz luaatc_envs-8033f8633aab9dda9881463600efeccc8a5ad95f.tar.bz2 luaatc_envs-8033f8633aab9dda9881463600efeccc8a5ad95f.zip |
State at 2022-01-01
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(286,4,206).lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/il_timetable/nodes/(286,4,206).lua b/il_timetable/nodes/(286,4,206).lua index 2bcca64..ccba33d 100644 --- a/il_timetable/nodes/(286,4,206).lua +++ b/il_timetable/nodes/(286,4,206).lua @@ -17,10 +17,10 @@ else set_rc("IM") end atc_set_text_inside(st_name.."\nDeparture: "..rwt.to_string(next_dep_time, true)) - atc_send("B0 W O"..doors) + atc_send("A0 B0 W O"..doors) schedule(next_dep_time, "depart") elseif event.schedule then - atc_send("OCD1SM") + atc_send("A1OCD1SM") digiline_send("monitor", "Last Departure: | "..rwt.to_string(rwt.now(), true)) atc_set_text_inside("") depart = true |