From 25df7958b37a5381ca068bbcc71a91521c702e6b Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:56:36 +0200 Subject: State at 2022-03-20 --- durt/nodes/(-2044,21,869).lua | 2 -- durt/nodes/(-4599,7,-6502).lua | 2 -- 2 files changed, 4 deletions(-) (limited to 'durt') diff --git a/durt/nodes/(-2044,21,869).lua b/durt/nodes/(-2044,21,869).lua index f5618ac..9f80a91 100644 --- a/durt/nodes/(-2044,21,869).lua +++ b/durt/nodes/(-2044,21,869).lua @@ -3,14 +3,12 @@ if event.train then if F.has_rc("ARC_Station_Reverse") then atc_send("S2") schedule_in(";01",atc_id) - print("Train's id: " ..atc_id) return end end end if event.schedule then - print("Msg id: "..event.msg) if atc_id and event.msg == atc_id then schedule_in(";01",event.msg) return diff --git a/durt/nodes/(-4599,7,-6502).lua b/durt/nodes/(-4599,7,-6502).lua index 6f7c67c..748b242 100644 --- a/durt/nodes/(-4599,7,-6502).lua +++ b/durt/nodes/(-4599,7,-6502).lua @@ -3,7 +3,6 @@ if event.train then if F.has_rc("BFT_Mainline_Headshunt") then atc_send("S2") schedule_in(";01",atc_id) - print("Train's id: " ..atc_id) return end else @@ -15,7 +14,6 @@ if event.train then end if event.schedule then - print("Msg id: "..event.msg) if atc_id and event.msg == atc_id then schedule_in(";01",event.msg) return -- cgit v1.2.3