fixed typo

This commit is contained in:
Monica Moniot
2022-12-03 21:51:49 -05:00
parent 511b90527d
commit 92d79ea57d

View File

@@ -191,7 +191,7 @@ end
function interface_raise_train_teleport_started(old_train_id)
if on_train_teleport_started then
raise_event(on_train_teleport_started, {
old_train_id = old_train_id,--this id is currently valid but will become valid just before on_train_teleported is raised
old_train_id = old_train_id,--this id is currently valid but will become invalid just before on_train_teleported is raised
})
end
end