mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-30 04:30:58 +02:00
Merge branch 'develop' of https://github.com/Valansch/RedMew into develop
This commit is contained in:
commit
32c22d2197
@ -87,7 +87,7 @@ local function create_collapse_template(positions, surface)
|
||||
local y = position.y
|
||||
local do_insert = true
|
||||
|
||||
for _, entity in pairs(find_entities_filtered({position = position})) do
|
||||
for _, entity in pairs(find_entities_filtered{area = {{x, y}, {x + 1, y + 1}}}) do
|
||||
pcall(function()
|
||||
local strength = support_beam_entities[entity.name]
|
||||
if strength then
|
||||
|
Loading…
x
Reference in New Issue
Block a user