summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:56:36 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:56:36 +0200
commit25df7958b37a5381ca068bbcc71a91521c702e6b (patch)
tree78a2771fcd068f0f0d6355b084a0a3c04a79f36b
parent2868e56c28607331d50c1b5028a917340bdc2abb (diff)
downloadluaatc_envs-25df7958b37a5381ca068bbcc71a91521c702e6b.tar.gz
luaatc_envs-25df7958b37a5381ca068bbcc71a91521c702e6b.tar.bz2
luaatc_envs-25df7958b37a5381ca068bbcc71a91521c702e6b.zip
State at 2022-03-20
-rw-r--r--durt/nodes/(-2044,21,869).lua2
-rw-r--r--durt/nodes/(-4599,7,-6502).lua2
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