diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-08-10 00:00:01 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-08-10 00:00:01 +0200 |
commit | fd31d9d99e550949887c5ac87ef1348ff7f1bf41 (patch) | |
tree | 94a74a08e4713f89395d646034d1830c3a5574c3 /far/nodes | |
parent | 9c6fce5eda8ba1173e95ef8487238c274091668f (diff) | |
download | luaatc_envs-master.tar.gz luaatc_envs-master.tar.bz2 luaatc_envs-master.zip |
Diffstat (limited to 'far/nodes')
-rw-r--r-- | far/nodes/(1873,7,1568).lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/far/nodes/(1873,7,1568).lua b/far/nodes/(1873,7,1568).lua new file mode 100644 index 0000000..e36ad3b --- /dev/null +++ b/far/nodes/(1873,7,1568).lua @@ -0,0 +1,5 @@ +if event.type == "train" then + if atc_arrow and atc_id then + F.delete_train_info(atc_id) + end +end
\ No newline at end of file |