From 68dd87842504e16bd25b33500b80f7c0d3e4f7f0 Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:57:48 +0200 Subject: State at 2022-06-25 --- durt/nodes/(-1512,8,-2613).lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'durt/nodes/(-1512,8,-2613).lua') diff --git a/durt/nodes/(-1512,8,-2613).lua b/durt/nodes/(-1512,8,-2613).lua index ecf8060..b38ec43 100644 --- a/durt/nodes/(-1512,8,-2613).lua +++ b/durt/nodes/(-1512,8,-2613).lua @@ -2,17 +2,16 @@ local ind = POS(-1513,8,-2613) local loco_track = POS(-1515,7,-2625) if event.ext_int then - local m = event.message - if m.command == "NOTIFY" and m.msg == "S27" then + if event.message == "S27" then if F.indicator(ind) then return end interrupt_pos(loco_track,"SEND") - F.indicator(ind,"on") + F.indicator(ind,false) return end end if event.punch then - F.indicator(ind,"on") + F.indicator(ind,true) interrupt_pos(loco_track,"SEND") return end \ No newline at end of file -- cgit v1.2.3