summaryrefslogtreecommitdiff
path: root/durt/nodes/(-2044,21,869).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(-2044,21,869).lua')
-rw-r--r--durt/nodes/(-2044,21,869).lua2
1 files changed, 0 insertions, 2 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