improved automatic train blacklist logic

This commit is contained in:
Monica Moniot
2022-11-24 18:23:54 -05:00
parent fe202642e7
commit d3733c59d7
3 changed files with 36 additions and 35 deletions

View File

@@ -287,7 +287,7 @@ local function on_combinator_built(map_data, comb)
if op == OPERATION_WAGON_MANIFEST then
if rail then
force_update_station_from_rail(map_data, rail, nil)
update_station_from_rail(map_data, rail, nil, true)
end
elseif op == OPERATION_DEPOT then
if stop then