mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 02:08:13 -06:00
fixed typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user