summaryrefslogtreecommitdiff
path: root/far/nodes/(1873,7,1568).lua
blob: e36ad3b02316952fe99eccaef5edd43916d7a663 (plain)
1
2
3
4
5
if event.type == "train" then
  if atc_arrow and atc_id then
    F.delete_train_info(atc_id)
  end
end