diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:00:38 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:00:38 +0200 |
commit | b397e03fc6e1f2a2ff9885b525d01e3695f9c771 (patch) | |
tree | 6387252db7f8bf0875a9fae3ea6ee6e6b9b88505 | |
parent | ef6736062f784c36b85f20f8678d274070a6d44f (diff) | |
download | luaatc_envs-b397e03fc6e1f2a2ff9885b525d01e3695f9c771.tar.gz luaatc_envs-b397e03fc6e1f2a2ff9885b525d01e3695f9c771.tar.bz2 luaatc_envs-b397e03fc6e1f2a2ff9885b525d01e3695f9c771.zip |
State at 2023-07-25
-rw-r--r-- | far/nodes/(30834,16,1863).lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/far/nodes/(30834,16,1863).lua b/far/nodes/(30834,16,1863).lua index ef8bd02..f19117f 100644 --- a/far/nodes/(30834,16,1863).lua +++ b/far/nodes/(30834,16,1863).lua @@ -3,7 +3,7 @@ if event.type == "punch" then -- F.delete_train_info("298909") - S.stop_display = false + S.stop_display = true F.send_update_displays() @@ -11,7 +11,7 @@ if event.type == "punch" then date = F.date_formatted() time = F.time_formatted() digiline_send("time", " FAR COM\n\n " .. date .. "\n " .. time) - F.list_trains(false) + F.list_trains(true) else local pos = POS(30848,15,1852) interrupt_pos(pos, "display") |