summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(982,22,1053).lua
diff options
context:
space:
mode:
Diffstat (limited to 'il_timetable/nodes/(982,22,1053).lua')
-rw-r--r--il_timetable/nodes/(982,22,1053).lua11
1 files changed, 5 insertions, 6 deletions
diff --git a/il_timetable/nodes/(982,22,1053).lua b/il_timetable/nodes/(982,22,1053).lua
index a30cd5d..73b9d08 100644
--- a/il_timetable/nodes/(982,22,1053).lua
+++ b/il_timetable/nodes/(982,22,1053).lua
@@ -1,6 +1,5 @@
-
-lines = F.ttp_info_times("E84_S", "00;00")
-linestr = F.ttp_info_trains("E84_S", "00;00")
-local li = lines
-for i=1,#linestr do li[#li+1] = linestr[i] end
-print(" E84\n"..table.concat(li, "\n")) \ No newline at end of file
+-- N/S
+local tr="CFE"
+S.ttp[tr.."_N"].force_tt_reset = true
+S.ttp[tr.."_S"].force_tt_reset = true
+print(tr.." resetting timetable") \ No newline at end of file