diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-12-30 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-12-30 00:00:02 +0100 |
commit | 7a08badf1ea7c9b629f4d16493c43e99ac51ea95 (patch) | |
tree | 224999e1b450a5382603f4cedfedaab964a994ab /far/nodes/(30785,15,1711).lua | |
parent | 2cf17c94b1b6d6131bbabdee27bf2258932cf023 (diff) | |
download | luaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.tar.gz luaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.tar.bz2 luaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.zip |
State at 2024-12-30
Diffstat (limited to 'far/nodes/(30785,15,1711).lua')
-rw-r--r-- | far/nodes/(30785,15,1711).lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/far/nodes/(30785,15,1711).lua b/far/nodes/(30785,15,1711).lua index 668b0c7..ea86beb 100644 --- a/far/nodes/(30785,15,1711).lua +++ b/far/nodes/(30785,15,1711).lua @@ -2,12 +2,11 @@ local signal_pos = "FareastEndEntrySignal" local last_route = "3" local proposed_route_name = "" -local posTable = POS( 30785,15,1711 ) if event.type == "train" then if not atc_id then return end - F.save_train(posTable) + F.save_train(POS( 30785,15,1711 ), "east") if atc_arrow then atc_send("B0") |