summaryrefslogtreecommitdiff
path: root/Crossroads
diff options
context:
space:
mode:
Diffstat (limited to 'Crossroads')
-rw-r--r--Crossroads/init_code.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua
index d3f0c80..d1333fc 100644
--- a/Crossroads/init_code.lua
+++ b/Crossroads/init_code.lua
@@ -197,7 +197,7 @@ function F.stn2gen(stn, trk, door, ret, chout, depspeed)
if msg.intext then
atc_set_text_inside(msg.intext)
end
- atc_send("OCD1"..((ret and atc_arrow) and "B0WR" or "").."A1S"..(depspeed or "M"))
+ --atc_send("OCD1"..((ret and atc_arrow) and "B0WR" or "").."A1S"..(depspeed or "M"))
end
end
end