diff options
-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") |