Make fillout_aspect also fill "info" field

This commit is contained in:
orwell96 2018-10-30 15:36:39 +01:00
parent c4bac79bf0
commit f8c00bcba3
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@ local function fillout_aspect(asp)
proceed_as_main = false,
}
end
if not asp.info then
asp.info = {}
end
end
function advtrains.interlocking.update_signal_aspect(tcbs)