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/(3773,10,1715).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/(3773,10,1715).lua')
-rw-r--r-- | far/nodes/(3773,10,1715).lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/far/nodes/(3773,10,1715).lua b/far/nodes/(3773,10,1715).lua index 3c13feb..249125c 100644 --- a/far/nodes/(3773,10,1715).lua +++ b/far/nodes/(3773,10,1715).lua @@ -1,7 +1,3 @@ -- far_luaatctrack_spot_check_01.lua -if event.train then - local posTable = POS( 3773,10,1715 ) - F.save_train(posTable) - return -end
\ No newline at end of file +F.save_train(POS( 3773,10,1715 ), "east")
\ No newline at end of file |