diff options
-rw-r--r-- | Crossroads/init_code.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua index 94035e1..d3f0c80 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 "R" or "").."A1S"..(depspeed or "M")) + atc_send("OCD1"..((ret and atc_arrow) and "B0WR" or "").."A1S"..(depspeed or "M")) end end end |