diff options
-rw-r--r-- | durt/nodes/(-2044,21,869).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-4599,7,-6502).lua | 2 |
2 files changed, 0 insertions, 4 deletions
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 |