mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2026-01-31 20:25:13 -06:00
Merge pull request #50 from rbandl/main
Fixed inaccurate automatic allow-lists in some cases when using loaders
This commit is contained in:
@@ -639,7 +639,7 @@ local function on_broken(event)
|
||||
elseif entity.type == "inserter" then
|
||||
update_stop_from_inserter(global, entity, entity)
|
||||
elseif entity.type == "loader-1x1" then
|
||||
update_stop_from_loader(global, entity)
|
||||
update_stop_from_loader(global, entity, entity)
|
||||
elseif entity.type == "pump" then
|
||||
update_stop_from_pump(global, entity, entity)
|
||||
elseif entity.type == "straight-rail" then
|
||||
|
||||
Reference in New Issue
Block a user