diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-09-08 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-09-08 00:00:02 +0200 |
commit | 861f6e059fbd8518cef1beb4db719a10a824bc05 (patch) | |
tree | 0e1eb95bac861ea7a2121a2e6397494172c19ded /il_timetable/nodes | |
parent | 4d10055fd466efa28fbbc95dd259b1f3a57bb453 (diff) | |
download | luaatc_envs-master.tar.gz luaatc_envs-master.tar.bz2 luaatc_envs-master.zip |
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(1734,26,2929).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(4565,11,6814).lua | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/il_timetable/nodes/(1734,26,2929).lua b/il_timetable/nodes/(1734,26,2929).lua index 4734730..0fe54cc 100644 --- a/il_timetable/nodes/(1734,26,2929).lua +++ b/il_timetable/nodes/(1734,26,2929).lua @@ -9,6 +9,6 @@ F.ttp_begin({ only_lines = { E16 = true }, force_tt_reset = false, }) -if event.train then +--[[if event.train then set_rc("FREIGHT") -end
\ No newline at end of file +end]]--
\ No newline at end of file diff --git a/il_timetable/nodes/(4565,11,6814).lua b/il_timetable/nodes/(4565,11,6814).lua index 8c6dbbf..77a3f2b 100644 --- a/il_timetable/nodes/(4565,11,6814).lua +++ b/il_timetable/nodes/(4565,11,6814).lua @@ -3,7 +3,7 @@ F.ttp_begin({ stn = "By The Way", -- station name tt = "E16_W", -- timetable ID depint = "05;00", --departure slot interval - depoff = "03;30", --departure slot offset + depoff = "04;00", --departure slot offset doorside = "L", reverse = false, only_lines = { E16 = true }, |