fixed crash

This commit is contained in:
Monica Moniot
2022-11-10 20:02:57 -05:00
parent cca2b377f5
commit 8d15fd4981
2 changed files with 3 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ local function on_station_built(map_data, stop, comb1, comb2)
--allows_all_trains = param.second_constant == 1,
accepted_layouts = {},
layout_pattern = nil,
p_count_or_r_threshold_per_item = {},
}
set_station_from_comb_state(station)
map_data.stations[stop.unit_number] = station