summaryrefslogtreecommitdiff
path: root/far/nodes/(30848,15,1852).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-12-30 00:00:02 +0100
committerautocommitter <autocommitter@linux-forks.de>2024-12-30 00:00:02 +0100
commit7a08badf1ea7c9b629f4d16493c43e99ac51ea95 (patch)
tree224999e1b450a5382603f4cedfedaab964a994ab /far/nodes/(30848,15,1852).lua
parent2cf17c94b1b6d6131bbabdee27bf2258932cf023 (diff)
downloadluaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.tar.gz
luaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.tar.bz2
luaatc_envs-7a08badf1ea7c9b629f4d16493c43e99ac51ea95.zip
State at 2024-12-30
Diffstat (limited to 'far/nodes/(30848,15,1852).lua')
-rw-r--r--far/nodes/(30848,15,1852).lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/far/nodes/(30848,15,1852).lua b/far/nodes/(30848,15,1852).lua
index 0f5348e..70a18bb 100644
--- a/far/nodes/(30848,15,1852).lua
+++ b/far/nodes/(30848,15,1852).lua
@@ -1,8 +1,7 @@
-- far_luaatctrack_spot_check_01.lua
if event.type == "train" then
- local posTable = POS(30848,15,1852)
- F.save_train(posTable)
+ F.save_train(POS(30848,15,1852), "west")
digiline_send("display", "update")
return
end