fixed central planner logic

This commit is contained in:
Monica Moniot
2022-11-30 10:45:19 -05:00
parent 7af8c8d8a8
commit 4b6fb334eb
18 changed files with 116 additions and 106 deletions

View File

@@ -117,7 +117,13 @@ local migrations_table = {
for id, station in pairs(map_data.stations) do
reset_station_layout(map_data, station)
end
end
end,
["1.0.3"] = function()
---@type MapData
local map_data = global
map_data.tick_state = STATE_INIT
map_data.tick_data = {}
end,
}
---@param data ConfigurationChangedData