mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 12:08:22 -06:00
improved automatic train blacklist logic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user