diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
commit | f3da24b214b3337ad63ebd885da29d5b789d4738 (patch) | |
tree | 48fa662ea867d097fdf4fad4b3dc7c8310e8a80a /ondemand/nodes | |
parent | e455ab51a3bdb8cca33bf0a3906575aa9177d8df (diff) | |
download | luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.tar.gz luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.tar.bz2 luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.zip |
State at 2020-12-14
Diffstat (limited to 'ondemand/nodes')
-rw-r--r-- | ondemand/nodes/(24,5,3).lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ondemand/nodes/(24,5,3).lua b/ondemand/nodes/(24,5,3).lua index 5849086..f25d143 100644 --- a/ondemand/nodes/(24,5,3).lua +++ b/ondemand/nodes/(24,5,3).lua @@ -3,7 +3,7 @@ if event.type == "ext_int" and atc_arrow then if not event.message == "origin" then atc_send("OCD1RSM") else - atc_send("D5OCD1RSM") + atc_send("ORD5OCD1RSM") end end @@ -11,5 +11,5 @@ end if event.train then S.avail = true F.send_station("Origin") -atc_send("B0WOR") +atc_send("B0WORD10OC") end
\ No newline at end of file |