From 572b186e28ddc2a630613765c0f0780b4664380f Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:42 +0200 Subject: State at 2024-10-15 --- durt/nodes/(-4132,6,-5690).lua | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 durt/nodes/(-4132,6,-5690).lua (limited to 'durt/nodes/(-4132,6,-5690).lua') diff --git a/durt/nodes/(-4132,6,-5690).lua b/durt/nodes/(-4132,6,-5690).lua deleted file mode 100644 index a30b837..0000000 --- a/durt/nodes/(-4132,6,-5690).lua +++ /dev/null @@ -1,20 +0,0 @@ -if atc_arrow then - if get_rc():match("DLG_shunt") then - atc_send("BBWRSM") - F.remove_rc({"DLG_shunt"},true) - else - atc_send("BB") - end -end - -if event.channel=="train_ctl" and event.msg=="send" then - if not atc_id or not atc_arrow then - digiline_send("error","Error "..os.time()) - return - end - atc_send("S3") - set_rc((get_rc() or "").." DLG_shunt") - split_at_index(2,"BB") - set_autocouple() - return -end \ No newline at end of file -- cgit v1.2.3