fixed scheduling for SE

This commit is contained in:
Monica Moniot
2022-12-01 14:36:21 -05:00
parent 5ea40971f1
commit a049b56bb0
7 changed files with 35 additions and 19 deletions

View File

@@ -160,6 +160,8 @@ local migrations_table = {
if v.is_available then
map_data.available_trains[v.network_name--[[@as string]]][id] = true
end
--NOTE: we are guessing here because this information was never saved
v.se_depot_surface_i = v.entity.front_stock.surface.index
end
end
end,